Shades of Deco #D2D799
Tints of Deco #D2D799
RGB
CMYK
RGB Variations
Color information
#D2D799 (or 0xD2D799) is known color: Deco. HEX triplet: D2, D7 and 99. RGB value is (210,215,153). Sum of RGB (Red+Green+Blue) = 210+215+153=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D799 is #2D2866. Grayscale: #CECECE. Windows color (decimal): -2959463 or 10082258. OLE color: 10082258.
HSL color Cylindrical-coordinate representation of color #D2D799: hue angle of 64.84º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2D799 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 153 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.16 |
| HSL | 64.84º | 0.44% | 0.72% | - |
| HSV(B) | 64.84º | 0.29% | 0.84% | - |
| XYZ | 56.63 | 64.6 | 39.62 | - |
| YUV | 206.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 153 | 0.02 | 0 | 0.29 | 0.16 | 64.84 | 0.44 | 0.72 |
| Hex | D2 | D7 | 99 | 2 | 0 | 1D | 10 | 41 | 2C | 48 |
| Octal | 322 | 327 | 231 | 2 | 0 | 35 | 20 | 101 | 54 | 110 |
| Binary | 11010010 | 11010111 | 10011001 | 10 | 0 | 11101 | 10000 | 1000001 | 101100 | 1001000 |
Color Harmonies of #D2D799
Complementary color
Monochromatic Colors of #D2D799
Black with #D2D799
Text Example
Text Example
White with #D2D799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D799; }
p { color: rgb(210,215,153); }
H1.HeaderClassName
{
color: #D2D799;
}
.AnyTagClassName
{
color: #D2D799;
}
</style>
background-color css
<style>
a { background-color: #D2D799; }
a { background-color: rgb(210,215,153); }
div.DivClassName
{
background-color: #D2D799;
}
.BgClassName
{
background-color: #D2D799;
}
</style>
border-color css
<style>
span { border-color: #D2D799; }
span { border-color: rgb(210,215,153); }
td.TdClassName
{
border-color: #D2D799;
}
.TagClassName
{
border-color: #D2D799;
}
</style>