Shades of Deco #D0DB82
Tints of Deco #D0DB82
RGB
CMYK
RGB Variations
Color information
#D0DB82 (or 0xD0DB82) is known color: Deco. HEX triplet: D0, DB and 82. RGB value is (208,219,130). Sum of RGB (Red+Green+Blue) = 208+219+130=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB82 is #2F247D. Grayscale: #CDCDCD. Windows color (decimal): -3089534 or 8575952. OLE color: 8575952.
HSL color Cylindrical-coordinate representation of color #D0DB82: hue angle of 67.42º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0DB82 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 130 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.14 |
| HSL | 67.42º | 0.55% | 0.68% | - |
| HSV(B) | 67.42º | 0.41% | 0.86% | - |
| XYZ | 55.37 | 65.68 | 30.88 | - |
| YUV | 205.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 130 | 0.05 | 0 | 0.41 | 0.14 | 67.42 | 0.55 | 0.68 |
| Hex | D0 | DB | 82 | 5 | 0 | 29 | E | 43 | 37 | 44 |
| Octal | 320 | 333 | 202 | 5 | 0 | 51 | 16 | 103 | 67 | 104 |
| Binary | 11010000 | 11011011 | 10000010 | 101 | 0 | 101001 | 1110 | 1000011 | 110111 | 1000100 |
Color Harmonies of #D0DB82
Complementary color
Monochromatic Colors of #D0DB82
Black with #D0DB82
Text Example
Text Example
White with #D0DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DB82; }
p { color: rgb(208,219,130); }
H1.HeaderClassName
{
color: #D0DB82;
}
.AnyTagClassName
{
color: #D0DB82;
}
</style>
background-color css
<style>
a { background-color: #D0DB82; }
a { background-color: rgb(208,219,130); }
div.DivClassName
{
background-color: #D0DB82;
}
.BgClassName
{
background-color: #D0DB82;
}
</style>
border-color css
<style>
span { border-color: #D0DB82; }
span { border-color: rgb(208,219,130); }
td.TdClassName
{
border-color: #D0DB82;
}
.TagClassName
{
border-color: #D0DB82;
}
</style>