COLOR #D8CE61

HEX: #D8CE61 RGB: (216,206,97)

Color info

#D8CE61 contains mainly red and green colors. Web safe color of #D8CE61 is #CCCC66 (or #CC6).

RGB color model

#D8CE61 color RGB value is (216,206,97).

RGB: (216,206,97) (85%, 81%, 38%)

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 97 of 255 = 38%

216
206
97

R + G + B ~ 68%. #D8CE61 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 206 + 97 = 519 (100%)
R 216 of 519 ~ 41.62%
G 206 of 519 ~ 39.69%
B 97 of 519 ~ 18.69'%

%41.62
%39.69
%18.69

CMYK color model

#D8CE61 color CMYK value is (0,5,55,15).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 55.09%
  • key color value is 15.29%
CMYK: (0,5,55,15) C0M5Y55K15 (0%,5%,55%,15%) (0.00/0.05/0.55/0.15) 

CMYK percentages

%0
%4.63
%55.09
%15.29

Codes

Color #D8CE61 in popluar color models

D8 CE 61
RGB 216 206 97
HSL 55° 60.41% 61.37%
HSB/HSV 55° 55.09% 84.71%
CMYK 0.00% 4.63% 55.09%
15.29%

Color #D8CE61 in popluar number systems.

HEX D8 CE 61
Decimal 216 206 97
Binary 11011000 11001110 1100001
Octal 330 316 141

Shades and tints

Shades of #D8CE61

#D8CE61
(216,206,97)
#C5BC59
(197,188,89)
#B2AA51
(178,170,81)
#9F9849
(159,152,73)
#8C8641
(140,134,65)
#797439
(121,116,57)
#666231
(102,98,49)
#535029
(83,80,41)
#403E21
(64,62,33)
#2D2C19
(45,44,25)
#1A1A11
(26,26,17)
#000000
(0,0,0)

Tints of #D8CE61

#D8CE61
(216,206,97)
#DBD26F
(219,210,111)
#DED67D
(222,214,125)
#E1DA8B
(225,218,139)
#E4DE99
(228,222,153)
#E7E2A7
(231,226,167)
#EAE6B5
(234,230,181)
#EDEAC3
(237,234,195)
#F0EED1
(240,238,209)
#F3F2DF
(243,242,223)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CE61 color. Also use rgb(216,206,97) instead hex code.

Text Font Color

.myTextColor { color: #D8CE61; }

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

This text font color is #D8CE61.

Background Color

.myBgColor { background-color: #D8CE61; }

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

This div background color is #D8CE61.

Border color

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

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

This div border color is #D8CE61.

Opacity

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

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

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

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

This text has shadow with #D8CE61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CE61.

Preview

Color preview on black background

This text has color #D8CE61 on black background.


Color preview on white background

This text has color #D8CE61 on white background.


Black color preview on #D8CE61 background

This text has black color on #D8CE61 background.


White color preview on #D8CE61 background

This text has white color on #D8CE61 background.


Related colors

Complementary color

Complementary color for #hex is #27319E.


I love getcolorcode.com

Triadic colors

1 #61D8CE and #CE61D8 with #D8CE61 are triadic colors.

2 #61CED8 and #CED861 with #D8CE61 are triadic colors.