Shades of Deco #D9DA83
Tints of Deco #D9DA83
RGB
CMYK
RGB Variations
Color information
#D9DA83 (or 0xD9DA83) is known color: Deco. HEX triplet: D9, DA and 83. RGB value is (217,218,131). Sum of RGB (Red+Green+Blue) = 217+218+131=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA83 is #26257C. Grayscale: #D0D0D0. Windows color (decimal): -2499965 or 8641241. OLE color: 8641241.
HSL color Cylindrical-coordinate representation of color #D9DA83: hue angle of 60.69º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9DA83 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 131 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.15 |
| HSL | 60.69º | 0.54% | 0.68% | - |
| HSV(B) | 60.69º | 0.4% | 0.85% | - |
| XYZ | 57.78 | 66.53 | 31.27 | - |
| YUV | 207.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 131 | 0.00 | 0 | 0.40 | 0.15 | 60.69 | 0.54 | 0.68 |
| Hex | D9 | DA | 83 | 0 | 0 | 28 | F | 3D | 36 | 44 |
| Octal | 331 | 332 | 203 | 0 | 0 | 50 | 17 | 75 | 66 | 104 |
| Binary | 11011001 | 11011010 | 10000011 | 0 | 0 | 101000 | 1111 | 111101 | 110110 | 1000100 |
Color Harmonies of #D9DA83
Complementary color
Monochromatic Colors of #D9DA83
Black with #D9DA83
Text Example
Text Example
White with #D9DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA83; }
p { color: rgb(217,218,131); }
H1.HeaderClassName
{
color: #D9DA83;
}
.AnyTagClassName
{
color: #D9DA83;
}
</style>
background-color css
<style>
a { background-color: #D9DA83; }
a { background-color: rgb(217,218,131); }
div.DivClassName
{
background-color: #D9DA83;
}
.BgClassName
{
background-color: #D9DA83;
}
</style>
border-color css
<style>
span { border-color: #D9DA83; }
span { border-color: rgb(217,218,131); }
td.TdClassName
{
border-color: #D9DA83;
}
.TagClassName
{
border-color: #D9DA83;
}
</style>