Shades of Deco #D1DB82
Tints of Deco #D1DB82
RGB
CMYK
RGB Variations
Color information
#D1DB82 (or 0xD1DB82) is known color: Deco. HEX triplet: D1, DB and 82. RGB value is (209,219,130). Sum of RGB (Red+Green+Blue) = 209+219+130=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB82 is #2E247D. Grayscale: #CECECE. Windows color (decimal): -3023998 or 8575953. OLE color: 8575953.
HSL color Cylindrical-coordinate representation of color #D1DB82: hue angle of 66.74º 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 #D1DB82 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 130 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.14 |
| HSL | 66.74º | 0.55% | 0.68% | - |
| HSV(B) | 66.74º | 0.41% | 0.86% | - |
| XYZ | 55.66 | 65.83 | 30.89 | - |
| YUV | 205.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 130 | 0.05 | 0 | 0.41 | 0.14 | 66.74 | 0.55 | 0.68 |
| Hex | D1 | DB | 82 | 5 | 0 | 29 | E | 43 | 37 | 44 |
| Octal | 321 | 333 | 202 | 5 | 0 | 51 | 16 | 103 | 67 | 104 |
| Binary | 11010001 | 11011011 | 10000010 | 101 | 0 | 101001 | 1110 | 1000011 | 110111 | 1000100 |
Color Harmonies of #D1DB82
Complementary color
Monochromatic Colors of #D1DB82
Black with #D1DB82
Text Example
Text Example
White with #D1DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB82; }
p { color: rgb(209,219,130); }
H1.HeaderClassName
{
color: #D1DB82;
}
.AnyTagClassName
{
color: #D1DB82;
}
</style>
background-color css
<style>
a { background-color: #D1DB82; }
a { background-color: rgb(209,219,130); }
div.DivClassName
{
background-color: #D1DB82;
}
.BgClassName
{
background-color: #D1DB82;
}
</style>
border-color css
<style>
span { border-color: #D1DB82; }
span { border-color: rgb(209,219,130); }
td.TdClassName
{
border-color: #D1DB82;
}
.TagClassName
{
border-color: #D1DB82;
}
</style>