Shades of Deco #D0DB8A
Tints of Deco #D0DB8A
RGB
CMYK
RGB Variations
Color information
#D0DB8A (or 0xD0DB8A) is known color: Deco. HEX triplet: D0, DB and 8A. RGB value is (208,219,138). Sum of RGB (Red+Green+Blue) = 208+219+138=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB8A is #2F2475. Grayscale: #CECECE. Windows color (decimal): -3089526 or 9100240. OLE color: 9100240.
HSL color Cylindrical-coordinate representation of color #D0DB8A: hue angle of 68.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0DB8A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 138 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.14 |
| HSL | 68.15º | 0.53% | 0.7% | - |
| HSV(B) | 68.15º | 0.37% | 0.86% | - |
| XYZ | 55.93 | 65.91 | 33.82 | - |
| YUV | 206.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 138 | 0.05 | 0 | 0.37 | 0.14 | 68.15 | 0.53 | 0.7 |
| Hex | D0 | DB | 8A | 5 | 0 | 25 | E | 44 | 35 | 46 |
| Octal | 320 | 333 | 212 | 5 | 0 | 45 | 16 | 104 | 65 | 106 |
| Binary | 11010000 | 11011011 | 10001010 | 101 | 0 | 100101 | 1110 | 1000100 | 110101 | 1000110 |
Color Harmonies of #D0DB8A
Complementary color
Monochromatic Colors of #D0DB8A
Black with #D0DB8A
Text Example
Text Example
White with #D0DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB8A; }
p { color: rgb(208,219,138); }
H1.HeaderClassName
{
color: #D0DB8A;
}
.AnyTagClassName
{
color: #D0DB8A;
}
</style>
background-color css
<style>
a { background-color: #D0DB8A; }
a { background-color: rgb(208,219,138); }
div.DivClassName
{
background-color: #D0DB8A;
}
.BgClassName
{
background-color: #D0DB8A;
}
</style>
border-color css
<style>
span { border-color: #D0DB8A; }
span { border-color: rgb(208,219,138); }
td.TdClassName
{
border-color: #D0DB8A;
}
.TagClassName
{
border-color: #D0DB8A;
}
</style>