Shades of Deco #D1D599
Tints of Deco #D1D599
RGB
CMYK
RGB Variations
Color information
#D1D599 (or 0xD1D599) is known color: Deco. HEX triplet: D1, D5 and 99. RGB value is (209,213,153). Sum of RGB (Red+Green+Blue) = 209+213+153=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D599 is #2E2A66. Grayscale: #CDCDCD. Windows color (decimal): -3025511 or 10081745. OLE color: 10081745.
HSL color Cylindrical-coordinate representation of color #D1D599: hue angle of 64º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1D599 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 153 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.16 |
| HSL | 64º | 0.42% | 0.72% | - |
| HSV(B) | 64º | 0.28% | 0.84% | - |
| XYZ | 55.84 | 63.44 | 39.44 | - |
| YUV | 204.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 153 | 0.02 | 0 | 0.28 | 0.16 | 64 | 0.42 | 0.72 |
| Hex | D1 | D5 | 99 | 2 | 0 | 1C | 10 | 40 | 2A | 48 |
| Octal | 321 | 325 | 231 | 2 | 0 | 34 | 20 | 100 | 52 | 110 |
| Binary | 11010001 | 11010101 | 10011001 | 10 | 0 | 11100 | 10000 | 1000000 | 101010 | 1001000 |
Color Harmonies of #D1D599
Complementary color
Monochromatic Colors of #D1D599
Black with #D1D599
Text Example
Text Example
White with #D1D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D599; }
p { color: rgb(209,213,153); }
H1.HeaderClassName
{
color: #D1D599;
}
.AnyTagClassName
{
color: #D1D599;
}
</style>
background-color css
<style>
a { background-color: #D1D599; }
a { background-color: rgb(209,213,153); }
div.DivClassName
{
background-color: #D1D599;
}
.BgClassName
{
background-color: #D1D599;
}
</style>
border-color css
<style>
span { border-color: #D1D599; }
span { border-color: rgb(209,213,153); }
td.TdClassName
{
border-color: #D1D599;
}
.TagClassName
{
border-color: #D1D599;
}
</style>