Shades of Deco #D0DB84
Tints of Deco #D0DB84
RGB
CMYK
RGB Variations
Color information
#D0DB84 (or 0xD0DB84) is known color: Deco. HEX triplet: D0, DB and 84. RGB value is (208,219,132). Sum of RGB (Red+Green+Blue) = 208+219+132=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB84 is #2F247B. Grayscale: #CECECE. Windows color (decimal): -3089532 or 8707024. OLE color: 8707024.
HSL color Cylindrical-coordinate representation of color #D0DB84: hue angle of 67.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0DB84 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 132 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.14 |
| HSL | 67.59º | 0.55% | 0.69% | - |
| HSV(B) | 67.59º | 0.4% | 0.86% | - |
| XYZ | 55.51 | 65.74 | 31.59 | - |
| YUV | 205.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 132 | 0.05 | 0 | 0.40 | 0.14 | 67.59 | 0.55 | 0.69 |
| Hex | D0 | DB | 84 | 5 | 0 | 28 | E | 44 | 37 | 45 |
| Octal | 320 | 333 | 204 | 5 | 0 | 50 | 16 | 104 | 67 | 105 |
| Binary | 11010000 | 11011011 | 10000100 | 101 | 0 | 101000 | 1110 | 1000100 | 110111 | 1000101 |
Color Harmonies of #D0DB84
Complementary color
Monochromatic Colors of #D0DB84
Black with #D0DB84
Text Example
Text Example
White with #D0DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB84; }
p { color: rgb(208,219,132); }
H1.HeaderClassName
{
color: #D0DB84;
}
.AnyTagClassName
{
color: #D0DB84;
}
</style>
background-color css
<style>
a { background-color: #D0DB84; }
a { background-color: rgb(208,219,132); }
div.DivClassName
{
background-color: #D0DB84;
}
.BgClassName
{
background-color: #D0DB84;
}
</style>
border-color css
<style>
span { border-color: #D0DB84; }
span { border-color: rgb(208,219,132); }
td.TdClassName
{
border-color: #D0DB84;
}
.TagClassName
{
border-color: #D0DB84;
}
</style>