COLOR #D0D367

HEX: #D0D367
RGB: (208,211,103)

Color info

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

RGB color model

#D0D367 color RGB value is (208,211,103).

  • red value is 208;
  • green value is 211;
  • blue value is 103.
RGB:
(208,211,103)
(82%,83%,40%)

RGB channels and saturation

R 208 of 255 = 82%
G 211 of 255 = 83%
B 103 of 255 = 40%

208
211
103

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

Portions of RGB colors in percentages

R + G + B =
208 + 211 + 103 = 522 (100%)
R 208 of 522 ~ 39.85%
G 211 of 522 ~ 40.42%
B 103 of 522 ~ 19.73%

%39.85
%40.42
%19.73

CMYK color model

#D0D367 color CMYK value is (1,0,51,17).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 51.18%
  • key color value is 17.25%
CMYK:
(1,0,51,17)
C1M0Y51K17 
(1%,0%,51%,17%)
(0.01/0.00/0.51/0.17)	

CMYK percentages

%1.42
%0
%51.18
%17.25

Codes

Color #D0D367 in popluar color models

D0D367
RGB208211103
HSL62°55.10%61.57%
HSB/HSV62°51.18%82.75%
CMYK1.42%0.00%51.18%
17.25%

Color #D0D367 in popluar number systems.

HEXD0D367
Decimal208211103
Binary11010000110100111100111
Octal320323147

Shades and tints

Shades of #D0D367

#D0D367
(208,211,103)
#BEC05E
(190,192,94)
#ACAD55
(172,173,85)
#9A9A4C
(154,154,76)
#888743
(136,135,67)
#76743A
(118,116,58)
#646131
(100,97,49)
#524E28
(82,78,40)
#403B1F
(64,59,31)
#2E2816
(46,40,22)
#1C150D
(28,21,13)
#000000
(0,0,0)

Tints of #D0D367

#D0D367
(208,211,103)
#D4D774
(212,215,116)
#D8DB81
(216,219,129)
#DCDF8E
(220,223,142)
#E0E39B
(224,227,155)
#E4E7A8
(228,231,168)
#E8EBB5
(232,235,181)
#ECEFC2
(236,239,194)
#F0F3CF
(240,243,207)
#F4F7DC
(244,247,220)
#F8FBE9
(248,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D367 color. Also use rgb(208,211,103) instead hex code.

Text Font Color

.myTextColor { color: #D0D367; }

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

This text font color is #D0D367.


Background Color

.myBgColor { background-color: #D0D367; }

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

This div background color is #D0D367.


Border color

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

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

This div border color is #D0D367.


Opacity

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

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

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

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

This text has shadow with #D0D367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D367 on black background.


Color preview on white background

This text has color #D0D367 on white background.



Black color preview on #D0D367 background

This text has black color on #D0D367 background.


White color preview on #D0D367 background

This text has white color on #D0D367 background.