COLOR #D0CC56

HEX: #D0CC56
RGB: (208,204,86)

Color info

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

RGB color model

#D0CC56 color RGB value is (208,204,86).

  • red value is 208;
  • green value is 204;
  • blue value is 86.
RGB:
(208,204,86)
(82%,80%,34%)

RGB channels and saturation

R 208 of 255 = 82%
G 204 of 255 = 80%
B 86 of 255 = 34%

208
204
86

R + G + B ~ 65%. #D0CC56 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 204 + 86 = 498 (100%)
R 208 of 498 ~ 41.77%
G 204 of 498 ~ 40.96%
B 86 of 498 ~ 17.27%

%41.77
%40.96
%17.27

CMYK color model

#D0CC56 color CMYK value is (0,2,59,18).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 58.65%
  • key color value is 18.43%
CMYK:
(0,2,59,18)
C0M2Y59K18 
(0%,2%,59%,18%)
(0.00/0.02/0.59/0.18)	

CMYK percentages

%0
%1.92
%58.65
%18.43

Codes

Color #D0CC56 in popluar color models

D0CC56
RGB20820486
HSL58°56.48%57.65%
HSB/HSV58°58.65%81.57%
CMYK0.00%1.92%58.65%
18.43%

Color #D0CC56 in popluar number systems.

HEXD0CC56
Decimal20820486
Binary11010000110011001010110
Octal320314126

Shades and tints

Shades of #D0CC56

#D0CC56
(208,204,86)
#BEBA4F
(190,186,79)
#ACA848
(172,168,72)
#9A9641
(154,150,65)
#88843A
(136,132,58)
#767233
(118,114,51)
#64602C
(100,96,44)
#524E25
(82,78,37)
#403C1E
(64,60,30)
#2E2A17
(46,42,23)
#1C1810
(28,24,16)
#000000
(0,0,0)

Tints of #D0CC56

#D0CC56
(208,204,86)
#D4D065
(212,208,101)
#D8D474
(216,212,116)
#DCD883
(220,216,131)
#E0DC92
(224,220,146)
#E4E0A1
(228,224,161)
#E8E4B0
(232,228,176)
#ECE8BF
(236,232,191)
#F0ECCE
(240,236,206)
#F4F0DD
(244,240,221)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CC56 color. Also use rgb(208,204,86) instead hex code.

Text Font Color

.myTextColor { color: #D0CC56; }

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

This text font color is #D0CC56.


Background Color

.myBgColor { background-color: #D0CC56; }

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

This div background color is #D0CC56.


Border color

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

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

This div border color is #D0CC56.


Opacity

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

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

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

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

This text has shadow with #D0CC56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CC56 on black background.


Color preview on white background

This text has color #D0CC56 on white background.



Black color preview on #D0CC56 background

This text has black color on #D0CC56 background.


White color preview on #D0CC56 background

This text has white color on #D0CC56 background.