COLOR #D6C092

HEX: #D6C092
RGB: (214,192,146)

Color info

#D6C092 contains mainly red and green colors. Web safe color of #D6C092 is #CCCC99 (or #CC9).

RGB color model

#D6C092 color RGB value is (214,192,146).

  • red value is 214;
  • green value is 192;
  • blue value is 146.
RGB:
(214,192,146)
(84%,75%,57%)

RGB channels and saturation

R 214 of 255 = 84%
G 192 of 255 = 75%
B 146 of 255 = 57%

214
192
146

R + G + B ~ 72%. #D6C092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 192 + 146 = 552 (100%)
R 214 of 552 ~ 38.77%
G 192 of 552 ~ 34.78%
B 146 of 552 ~ 26.45%

%38.77
%34.78
%26.45

CMYK color model

#D6C092 color CMYK value is (0,10,32,16).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 31.78%
  • key color value is 16.08%
CMYK:
(0,10,32,16)
C0M10Y32K16 
(0%,10%,32%,16%)
(0.00/0.10/0.32/0.16)	

CMYK percentages

%0
%10.28
%31.78
%16.08

Codes

Color #D6C092 in popluar color models

D6C092
RGB214192146
HSL41°45.33%70.59%
HSB/HSV41°31.78%83.92%
CMYK0.00%10.28%31.78%
16.08%

Color #D6C092 in popluar number systems.

HEXD6C092
Decimal214192146
Binary110101101100000010010010
Octal326300222

Shades and tints

Shades of #D6C092

#D6C092
(214,192,146)
#C3AF85
(195,175,133)
#B09E78
(176,158,120)
#9D8D6B
(157,141,107)
#8A7C5E
(138,124,94)
#776B51
(119,107,81)
#645A44
(100,90,68)
#514937
(81,73,55)
#3E382A
(62,56,42)
#2B271D
(43,39,29)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #D6C092

#D6C092
(214,192,146)
#D9C59B
(217,197,155)
#DCCAA4
(220,202,164)
#DFCFAD
(223,207,173)
#E2D4B6
(226,212,182)
#E5D9BF
(229,217,191)
#E8DEC8
(232,222,200)
#EBE3D1
(235,227,209)
#EEE8DA
(238,232,218)
#F1EDE3
(241,237,227)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C092 color. Also use rgb(214,192,146) instead hex code.

Text Font Color

.myTextColor { color: #D6C092; }

<p style="color:#D6C092">This sample text font color is #D6C092.</p>

This text font color is #D6C092.


Background Color

.myBgColor { background-color: #D6C092; }

<div style="background-color:#D6C092">Inner text</div>

This div background color is #D6C092.


Border color

.myBorderColor { border: 1px solid #D6C092; }

<div style="border:3px solid #D6C092">Div</div>

This div border color is #D6C092.


Opacity

.myOpacity80 { color: #D6C092; opacity: 0.8; }

<p style="color:#D6C092;opacity:0.8;">80%</p>

Text with #D6C092 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D6C092;}

<p style="text-shadow: 3px 3px 1px #D6C092">Text here.</p>

This text has shadow with #D6C092 color.

.textShadow {text-shadow: 3px 3px 1px #D6C092, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D6C092, 5px 5px 20px red">Text here.</p>

This text has shadow with #D6C092 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6C092, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D6C092, Direction=45, Strength=4)">Text</p>

This text has shadow with #D6C092 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D6C092;
  -webkit-box-shadow:	1px 1px 3px 2px #D6C092;
  box-shadow:		1px 1px 3px 2px #D6C092;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6C092;
-webkit-box-shadow: 1px 1px 3px 2px #D6C092;
box-shadow:1px 1px 3px 2px #D6C092;">
Div content here</div>
This div box has shadow with color #D6C092.

Preview

Color preview on black background

This text has color #D6C092 on black background.


Color preview on white background

This text has color #D6C092 on white background.



Black color preview on #D6C092 background

This text has black color on #D6C092 background.


White color preview on #D6C092 background

This text has white color on #D6C092 background.