Shades of Deco #D2D598
Tints of Deco #D2D598
RGB
CMYK
RGB Variations
Color information
#D2D598 (or 0xD2D598) is known color: Deco. HEX triplet: D2, D5 and 98. RGB value is (210,213,152). Sum of RGB (Red+Green+Blue) = 210+213+152=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D598 is #2D2A67. Grayscale: #CDCDCD. Windows color (decimal): -2959976 or 10016210. OLE color: 10016210.
HSL color Cylindrical-coordinate representation of color #D2D598: hue angle of 62.95º degrees, saturation: 0.42, 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 #D2D598 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 152 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.16 |
| HSL | 62.95º | 0.42% | 0.72% | - |
| HSV(B) | 62.95º | 0.29% | 0.84% | - |
| XYZ | 56.04 | 63.56 | 39.02 | - |
| YUV | 205.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 152 | 0.01 | 0 | 0.29 | 0.16 | 62.95 | 0.42 | 0.72 |
| Hex | D2 | D5 | 98 | 1 | 0 | 1D | 10 | 3F | 2A | 48 |
| Octal | 322 | 325 | 230 | 1 | 0 | 35 | 20 | 77 | 52 | 110 |
| Binary | 11010010 | 11010101 | 10011000 | 1 | 0 | 11101 | 10000 | 111111 | 101010 | 1001000 |
Color Harmonies of #D2D598
Complementary color
Monochromatic Colors of #D2D598
Black with #D2D598
Text Example
Text Example
White with #D2D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D598; }
p { color: rgb(210,213,152); }
H1.HeaderClassName
{
color: #D2D598;
}
.AnyTagClassName
{
color: #D2D598;
}
</style>
background-color css
<style>
a { background-color: #D2D598; }
a { background-color: rgb(210,213,152); }
div.DivClassName
{
background-color: #D2D598;
}
.BgClassName
{
background-color: #D2D598;
}
</style>
border-color css
<style>
span { border-color: #D2D598; }
span { border-color: rgb(210,213,152); }
td.TdClassName
{
border-color: #D2D598;
}
.TagClassName
{
border-color: #D2D598;
}
</style>