COLOR #D0DB70

HEX: #D0DB70 RGB: (208,219,112)

Color info

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

RGB color model

#D0DB70 color RGB value is (208,219,112).

RGB: (208,219,112) (82%, 86%, 44%)

RGB channels and saturation

R 208 of 255 = 82%
G 219 of 255 = 86%
B 112 of 255 = 44%

208
219
112

R + G + B ~ 71%. #D0DB70 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 219 + 112 = 539 (100%)
R 208 of 539 ~ 38.59%
G 219 of 539 ~ 40.63%
B 112 of 539 ~ 20.78'%

%38.59
%40.63
%20.78

CMYK color model

#D0DB70 color CMYK value is (5,0,49,14).

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 14.12%

CMYK: (5,0,49,14)
C5M0Y49K14 (5%, 0%, 49%, 14%)
(0.05 / 0.00 / 0.49 / 0.14)

CMYK percentages

%5.02
%0
%48.86
%14.12

Codes

Color #D0DB70 in popluar color models

D0 DB 70
RGB 208 219 112
HSL 66° 59.78% 64.90%
HSB/HSV 66° 48.86% 85.88%
CMYK 5.02% 0.00% 48.86%
14.12%

Color #D0DB70 in popluar number systems.

HEX D0 DB 70
Decimal 208 219 112
Binary 11010000 11011011 1110000
Octal 320 333 160

Shades and tints

Shades of #D0DB70

#D0DB70
(208,219,112)
#BEC866
(190,200,102)
#ACB55C
(172,181,92)
#9AA252
(154,162,82)
#888F48
(136,143,72)
#767C3E
(118,124,62)
#646934
(100,105,52)
#52562A
(82,86,42)
#404320
(64,67,32)
#2E3016
(46,48,22)
#1C1D0C
(28,29,12)
#000000
(0,0,0)

Tints of #D0DB70

#D0DB70
(208,219,112)
#D4DE7D
(212,222,125)
#D8E18A
(216,225,138)
#DCE497
(220,228,151)
#E0E7A4
(224,231,164)
#E4EAB1
(228,234,177)
#E8EDBE
(232,237,190)
#ECF0CB
(236,240,203)
#F0F3D8
(240,243,216)
#F4F6E5
(244,246,229)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0DB70; }

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

This text font color is #D0DB70.

Background Color

.myBgColor { background-color: #D0DB70; }

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

This div background color is #D0DB70.

Border color

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

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

This div border color is #D0DB70.

Opacity

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

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

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

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

This text has shadow with #D0DB70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0DB70.

Preview

Color preview on black background

This text has color #D0DB70 on black background.


Color preview on white background

This text has color #D0DB70 on white background.


Black color preview on #D0DB70 background

This text has black color on #D0DB70 background.


White color preview on #D0DB70 background

This text has white color on #D0DB70 background.


Related colors

Complementary color

Complementary color for #hex is #2F248F.


I love getcolorcode.com

Triadic colors

1 #70D0DB and #DB70D0 with #D0DB70 are triadic colors.

2 #70DBD0 and #DBD070 with #D0DB70 are triadic colors.