Shades of Deco #D2D998
Tints of Deco #D2D998
RGB
CMYK
RGB Variations
Color information
#D2D998 (or 0xD2D998) is known color: Deco. HEX triplet: D2, D9 and 98. RGB value is (210,217,152). Sum of RGB (Red+Green+Blue) = 210+217+152=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D998 is #2D2667. Grayscale: #CFCFCF. Windows color (decimal): -2958952 or 10017234. OLE color: 10017234.
HSL color Cylindrical-coordinate representation of color #D2D998: hue angle of 66.46º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2D998 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 152 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.15 |
| HSL | 66.46º | 0.46% | 0.72% | - |
| HSV(B) | 66.46º | 0.3% | 0.85% | - |
| XYZ | 57.06 | 65.59 | 39.36 | - |
| YUV | 207.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 152 | 0.03 | 0 | 0.30 | 0.15 | 66.46 | 0.46 | 0.72 |
| Hex | D2 | D9 | 98 | 3 | 0 | 1E | F | 42 | 2E | 48 |
| Octal | 322 | 331 | 230 | 3 | 0 | 36 | 17 | 102 | 56 | 110 |
| Binary | 11010010 | 11011001 | 10011000 | 11 | 0 | 11110 | 1111 | 1000010 | 101110 | 1001000 |
Color Harmonies of #D2D998
Complementary color
Monochromatic Colors of #D2D998
Black with #D2D998
Text Example
Text Example
White with #D2D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D998; }
p { color: rgb(210,217,152); }
H1.HeaderClassName
{
color: #D2D998;
}
.AnyTagClassName
{
color: #D2D998;
}
</style>
background-color css
<style>
a { background-color: #D2D998; }
a { background-color: rgb(210,217,152); }
div.DivClassName
{
background-color: #D2D998;
}
.BgClassName
{
background-color: #D2D998;
}
</style>
border-color css
<style>
span { border-color: #D2D998; }
span { border-color: rgb(210,217,152); }
td.TdClassName
{
border-color: #D2D998;
}
.TagClassName
{
border-color: #D2D998;
}
</style>