Shades of Deco #D8DB83
Tints of Deco #D8DB83
RGB
CMYK
RGB Variations
Color information
#D8DB83 (or 0xD8DB83) is known color: Deco. HEX triplet: D8, DB and 83. RGB value is (216,219,131). Sum of RGB (Red+Green+Blue) = 216+219+131=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DB83 is #27247C. Grayscale: #D0D0D0. Windows color (decimal): -2565245 or 8641496. OLE color: 8641496.
HSL color Cylindrical-coordinate representation of color #D8DB83: hue angle of 62.05º 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 #D8DB83 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 131 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.14 |
| HSL | 62.05º | 0.55% | 0.69% | - |
| HSV(B) | 62.05º | 0.4% | 0.86% | - |
| XYZ | 57.75 | 66.9 | 31.34 | - |
| YUV | 208.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 131 | 0.01 | 0 | 0.40 | 0.14 | 62.05 | 0.55 | 0.69 |
| Hex | D8 | DB | 83 | 1 | 0 | 28 | E | 3E | 37 | 45 |
| Octal | 330 | 333 | 203 | 1 | 0 | 50 | 16 | 76 | 67 | 105 |
| Binary | 11011000 | 11011011 | 10000011 | 1 | 0 | 101000 | 1110 | 111110 | 110111 | 1000101 |
Color Harmonies of #D8DB83
Complementary color
Monochromatic Colors of #D8DB83
Black with #D8DB83
Text Example
Text Example
White with #D8DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB83; }
p { color: rgb(216,219,131); }
H1.HeaderClassName
{
color: #D8DB83;
}
.AnyTagClassName
{
color: #D8DB83;
}
</style>
background-color css
<style>
a { background-color: #D8DB83; }
a { background-color: rgb(216,219,131); }
div.DivClassName
{
background-color: #D8DB83;
}
.BgClassName
{
background-color: #D8DB83;
}
</style>
border-color css
<style>
span { border-color: #D8DB83; }
span { border-color: rgb(216,219,131); }
td.TdClassName
{
border-color: #D8DB83;
}
.TagClassName
{
border-color: #D8DB83;
}
</style>