Shades of Deco #D8DB82
Tints of Deco #D8DB82
RGB
CMYK
RGB Variations
Color information
#D8DB82 (or 0xD8DB82) is known color: Deco. HEX triplet: D8, DB and 82. RGB value is (216,219,130). Sum of RGB (Red+Green+Blue) = 216+219+130=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB82 is #27247D. Grayscale: #D0D0D0. Windows color (decimal): -2565246 or 8575960. OLE color: 8575960.
HSL color Cylindrical-coordinate representation of color #D8DB82: hue angle of 62.02º 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 #D8DB82 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 130 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.14 |
| HSL | 62.02º | 0.55% | 0.68% | - |
| HSV(B) | 62.02º | 0.41% | 0.86% | - |
| XYZ | 57.68 | 66.87 | 30.99 | - |
| YUV | 207.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 130 | 0.01 | 0 | 0.41 | 0.14 | 62.02 | 0.55 | 0.68 |
| Hex | D8 | DB | 82 | 1 | 0 | 29 | E | 3E | 37 | 44 |
| Octal | 330 | 333 | 202 | 1 | 0 | 51 | 16 | 76 | 67 | 104 |
| Binary | 11011000 | 11011011 | 10000010 | 1 | 0 | 101001 | 1110 | 111110 | 110111 | 1000100 |
Color Harmonies of #D8DB82
Complementary color
Monochromatic Colors of #D8DB82
Black with #D8DB82
Text Example
Text Example
White with #D8DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB82; }
p { color: rgb(216,219,130); }
H1.HeaderClassName
{
color: #D8DB82;
}
.AnyTagClassName
{
color: #D8DB82;
}
</style>
background-color css
<style>
a { background-color: #D8DB82; }
a { background-color: rgb(216,219,130); }
div.DivClassName
{
background-color: #D8DB82;
}
.BgClassName
{
background-color: #D8DB82;
}
</style>
border-color css
<style>
span { border-color: #D8DB82; }
span { border-color: rgb(216,219,130); }
td.TdClassName
{
border-color: #D8DB82;
}
.TagClassName
{
border-color: #D8DB82;
}
</style>