COLOR #D8CB60

HEX: #D8CB60
RGB: (216,203,96)

Color info

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

RGB color model

#D8CB60 color RGB value is (216,203,96).

  • red value is 216;
  • green value is 203;
  • blue value is 96.
RGB:
(216,203,96)
(85%,80%,38%)

RGB channels and saturation

R 216 of 255 = 85%
G 203 of 255 = 80%
B 96 of 255 = 38%

216
203
96

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

Portions of RGB colors in percentages

R + G + B =
216 + 203 + 96 = 515 (100%)
R 216 of 515 ~ 41.94%
G 203 of 515 ~ 39.42%
B 96 of 515 ~ 18.64%

%41.94
%39.42
%18.64

CMYK color model

#D8CB60 color CMYK value is (0,6,56,15).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 55.56%
  • key color value is 15.29%
CMYK:
(0,6,56,15)
C0M6Y56K15 
(0%,6%,56%,15%)
(0.00/0.06/0.56/0.15)	

CMYK percentages

%0
%6.02
%55.56
%15.29

Codes

Color #D8CB60 in popluar color models

D8CB60
RGB21620396
HSL54°60.61%61.18%
HSB/HSV54°55.56%84.71%
CMYK0.00%6.02%55.56%
15.29%

Color #D8CB60 in popluar number systems.

HEXD8CB60
Decimal21620396
Binary11011000110010111100000
Octal330313140

Shades and tints

Shades of #D8CB60

#D8CB60
(216,203,96)
#C5B958
(197,185,88)
#B2A750
(178,167,80)
#9F9548
(159,149,72)
#8C8340
(140,131,64)
#797138
(121,113,56)
#665F30
(102,95,48)
#534D28
(83,77,40)
#403B20
(64,59,32)
#2D2918
(45,41,24)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #D8CB60

#D8CB60
(216,203,96)
#DBCF6E
(219,207,110)
#DED37C
(222,211,124)
#E1D78A
(225,215,138)
#E4DB98
(228,219,152)
#E7DFA6
(231,223,166)
#EAE3B4
(234,227,180)
#EDE7C2
(237,231,194)
#F0EBD0
(240,235,208)
#F3EFDE
(243,239,222)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CB60 color. Also use rgb(216,203,96) instead hex code.

Text Font Color

.myTextColor { color: #D8CB60; }

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

This text font color is #D8CB60.


Background Color

.myBgColor { background-color: #D8CB60; }

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

This div background color is #D8CB60.


Border color

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

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

This div border color is #D8CB60.


Opacity

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

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

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

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

This text has shadow with #D8CB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CB60 on black background.


Color preview on white background

This text has color #D8CB60 on white background.



Black color preview on #D8CB60 background

This text has black color on #D8CB60 background.


White color preview on #D8CB60 background

This text has white color on #D8CB60 background.