Shades of Deco #D1D590
Tints of Deco #D1D590
RGB
CMYK
RGB Variations
Color information
#D1D590 (or 0xD1D590) is known color: Deco. HEX triplet: D1, D5 and 90. RGB value is (209,213,144). Sum of RGB (Red+Green+Blue) = 209+213+144=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D590 is #2E2A6F. Grayscale: #CCCCCC. Windows color (decimal): -3025520 or 9491921. OLE color: 9491921.
HSL color Cylindrical-coordinate representation of color #D1D590: hue angle of 63.48º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1D590 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 144 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.16 |
| HSL | 63.48º | 0.45% | 0.7% | - |
| HSV(B) | 63.48º | 0.32% | 0.84% | - |
| XYZ | 55.12 | 63.16 | 35.67 | - |
| YUV | 203.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 144 | 0.02 | 0 | 0.32 | 0.16 | 63.48 | 0.45 | 0.7 |
| Hex | D1 | D5 | 90 | 2 | 0 | 20 | 10 | 3F | 2D | 46 |
| Octal | 321 | 325 | 220 | 2 | 0 | 40 | 20 | 77 | 55 | 106 |
| Binary | 11010001 | 11010101 | 10010000 | 10 | 0 | 100000 | 10000 | 111111 | 101101 | 1000110 |
Color Harmonies of #D1D590
Complementary color
Monochromatic Colors of #D1D590
Black with #D1D590
Text Example
Text Example
White with #D1D590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D590; }
p { color: rgb(209,213,144); }
H1.HeaderClassName
{
color: #D1D590;
}
.AnyTagClassName
{
color: #D1D590;
}
</style>
background-color css
<style>
a { background-color: #D1D590; }
a { background-color: rgb(209,213,144); }
div.DivClassName
{
background-color: #D1D590;
}
.BgClassName
{
background-color: #D1D590;
}
</style>
border-color css
<style>
span { border-color: #D1D590; }
span { border-color: rgb(209,213,144); }
td.TdClassName
{
border-color: #D1D590;
}
.TagClassName
{
border-color: #D1D590;
}
</style>