Shades of Deco #D1DB83
Tints of Deco #D1DB83
RGB
CMYK
RGB Variations
Color information
#D1DB83 (or 0xD1DB83) is known color: Deco. HEX triplet: D1, DB and 83. RGB value is (209,219,131). Sum of RGB (Red+Green+Blue) = 209+219+131=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB83 is #2E247C. Grayscale: #CECECE. Windows color (decimal): -3023997 or 8641489. OLE color: 8641489.
HSL color Cylindrical-coordinate representation of color #D1DB83: hue angle of 66.82º 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 #D1DB83 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 131 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.14 |
| HSL | 66.82º | 0.55% | 0.69% | - |
| HSV(B) | 66.82º | 0.4% | 0.86% | - |
| XYZ | 55.72 | 65.86 | 31.25 | - |
| YUV | 205.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 131 | 0.05 | 0 | 0.40 | 0.14 | 66.82 | 0.55 | 0.69 |
| Hex | D1 | DB | 83 | 5 | 0 | 28 | E | 43 | 37 | 45 |
| Octal | 321 | 333 | 203 | 5 | 0 | 50 | 16 | 103 | 67 | 105 |
| Binary | 11010001 | 11011011 | 10000011 | 101 | 0 | 101000 | 1110 | 1000011 | 110111 | 1000101 |
Color Harmonies of #D1DB83
Complementary color
Monochromatic Colors of #D1DB83
Black with #D1DB83
Text Example
Text Example
White with #D1DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB83; }
p { color: rgb(209,219,131); }
H1.HeaderClassName
{
color: #D1DB83;
}
.AnyTagClassName
{
color: #D1DB83;
}
</style>
background-color css
<style>
a { background-color: #D1DB83; }
a { background-color: rgb(209,219,131); }
div.DivClassName
{
background-color: #D1DB83;
}
.BgClassName
{
background-color: #D1DB83;
}
</style>
border-color css
<style>
span { border-color: #D1DB83; }
span { border-color: rgb(209,219,131); }
td.TdClassName
{
border-color: #D1DB83;
}
.TagClassName
{
border-color: #D1DB83;
}
</style>