COLOR #D0D073

HEX: #D0D073
RGB: (208,208,115)

Color info

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

RGB color model

#D0D073 color RGB value is (208,208,115).

  • red value is 208;
  • green value is 208;
  • blue value is 115.
RGB:
(208,208,115)
(82%,82%,45%)

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 115 of 255 = 45%

208
208
115

R + G + B ~ 70%. #D0D073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 115 = 531 (100%)
R 208 of 531 ~ 39.17%
G 208 of 531 ~ 39.17%
B 115 of 531 ~ 21.66%

%39.17
%39.17
%21.66

CMYK color model

#D0D073 color CMYK value is (0,0,45,18).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 18.43%
CMYK:
(0,0,45,18)
C0M0Y45K18 
(0%,0%,45%,18%)
(0.00/0.00/0.45/0.18)	

CMYK percentages

%0
%0
%44.71
%18.43

Codes

Color #D0D073 in popluar color models

D0D073
RGB208208115
HSL60°49.73%63.33%
HSB/HSV60°44.71%81.57%
CMYK0.00%0.00%44.71%
18.43%

Color #D0D073 in popluar number systems.

HEXD0D073
Decimal208208115
Binary11010000110100001110011
Octal320320163

Shades and tints

Shades of #D0D073

#D0D073
(208,208,115)
#BEBE69
(190,190,105)
#ACAC5F
(172,172,95)
#9A9A55
(154,154,85)
#88884B
(136,136,75)
#767641
(118,118,65)
#646437
(100,100,55)
#52522D
(82,82,45)
#404023
(64,64,35)
#2E2E19
(46,46,25)
#1C1C0F
(28,28,15)
#000000
(0,0,0)

Tints of #D0D073

#D0D073
(208,208,115)
#D4D47F
(212,212,127)
#D8D88B
(216,216,139)
#DCDC97
(220,220,151)
#E0E0A3
(224,224,163)
#E4E4AF
(228,228,175)
#E8E8BB
(232,232,187)
#ECECC7
(236,236,199)
#F0F0D3
(240,240,211)
#F4F4DF
(244,244,223)
#F8F8EB
(248,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D073; }

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

This text font color is #D0D073.


Background Color

.myBgColor { background-color: #D0D073; }

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

This div background color is #D0D073.


Border color

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

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

This div border color is #D0D073.


Opacity

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

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

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

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

This text has shadow with #D0D073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D073 on black background.


Color preview on white background

This text has color #D0D073 on white background.



Black color preview on #D0D073 background

This text has black color on #D0D073 background.


White color preview on #D0D073 background

This text has white color on #D0D073 background.