COLOR #D6CF93

HEX: #D6CF93 RGB: (214,207,147)

Color info

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

RGB color model

#D6CF93 color RGB value is (214,207,147).

RGB: (214,207,147) (84%, 81%, 58%)

RGB channels and saturation

R 214 of 255 = 84%
G 207 of 255 = 81%
B 147 of 255 = 58%

214
207
147

R + G + B ~ 74%. #D6CF93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 207 + 147 = 568 (100%)
R 214 of 568 ~ 37.68%
G 207 of 568 ~ 36.44%
B 147 of 568 ~ 25.88'%

%37.68
%36.44
%25.88

CMYK color model

#D6CF93 color CMYK value is (0,3,31,16).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 31.31%
  • key color value is 16.08%

CMYK: (0,3,31,16)
C0M3Y31K16 (0%, 3%, 31%, 16%)
(0.00 / 0.03 / 0.31 / 0.16)

CMYK percentages

%0
%3.27
%31.31
%16.08

Codes

Color #D6CF93 in popluar color models

D6 CF 93
RGB 214 207 147
HSL 54° 44.97% 70.78%
HSB/HSV 54° 31.31% 83.92%
CMYK 0.00% 3.27% 31.31%
16.08%

Color #D6CF93 in popluar number systems.

HEX D6 CF 93
Decimal 214 207 147
Binary 11010110 11001111 10010011
Octal 326 317 223

Shades and tints

Shades of #D6CF93

#D6CF93
(214,207,147)
#C3BD86
(195,189,134)
#B0AB79
(176,171,121)
#9D996C
(157,153,108)
#8A875F
(138,135,95)
#777552
(119,117,82)
#646345
(100,99,69)
#515138
(81,81,56)
#3E3F2B
(62,63,43)
#2B2D1E
(43,45,30)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #D6CF93

#D6CF93
(214,207,147)
#D9D39C
(217,211,156)
#DCD7A5
(220,215,165)
#DFDBAE
(223,219,174)
#E2DFB7
(226,223,183)
#E5E3C0
(229,227,192)
#E8E7C9
(232,231,201)
#EBEBD2
(235,235,210)
#EEEFDB
(238,239,219)
#F1F3E4
(241,243,228)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CF93 color. Also use rgb(214,207,147) instead hex code.

Text Font Color

.myTextColor { color: #D6CF93; }

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

This text font color is #D6CF93.

Background Color

.myBgColor { background-color: #D6CF93; }

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

This div background color is #D6CF93.

Border color

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

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

This div border color is #D6CF93.

Opacity

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

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

Text with #D6CF93 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 #D6CF93;}

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

This text has shadow with #D6CF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CF93.

Preview

Color preview on black background

This text has color #D6CF93 on black background.


Color preview on white background

This text has color #D6CF93 on white background.


Black color preview on #D6CF93 background

This text has black color on #D6CF93 background.


White color preview on #D6CF93 background

This text has white color on #D6CF93 background.


Related colors

Complementary color

Complementary color for #hex is #29306C.


I love getcolorcode.com

Triadic colors

1 #93D6CF and #CF93D6 with #D6CF93 are triadic colors.

2 #93CFD6 and #CFD693 with #D6CF93 are triadic colors.