Shades of Deco #D2D698
Tints of Deco #D2D698
RGB
CMYK
RGB Variations
Color information
#D2D698 (or 0xD2D698) is known color: Deco. HEX triplet: D2, D6 and 98. RGB value is (210,214,152). Sum of RGB (Red+Green+Blue) = 210+214+152=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D698 is #2D2967. Grayscale: #CDCDCD. Windows color (decimal): -2959720 or 10016466. OLE color: 10016466.
HSL color Cylindrical-coordinate representation of color #D2D698: hue angle of 63.87º degrees, saturation: 0.43, 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 #D2D698 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 152 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.16 |
| HSL | 63.87º | 0.43% | 0.72% | - |
| HSV(B) | 63.87º | 0.29% | 0.84% | - |
| XYZ | 56.29 | 64.06 | 39.1 | - |
| YUV | 205.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 152 | 0.02 | 0 | 0.29 | 0.16 | 63.87 | 0.43 | 0.72 |
| Hex | D2 | D6 | 98 | 2 | 0 | 1D | 10 | 40 | 2B | 48 |
| Octal | 322 | 326 | 230 | 2 | 0 | 35 | 20 | 100 | 53 | 110 |
| Binary | 11010010 | 11010110 | 10011000 | 10 | 0 | 11101 | 10000 | 1000000 | 101011 | 1001000 |
Color Harmonies of #D2D698
Complementary color
Monochromatic Colors of #D2D698
Black with #D2D698
Text Example
Text Example
White with #D2D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D698; }
p { color: rgb(210,214,152); }
H1.HeaderClassName
{
color: #D2D698;
}
.AnyTagClassName
{
color: #D2D698;
}
</style>
background-color css
<style>
a { background-color: #D2D698; }
a { background-color: rgb(210,214,152); }
div.DivClassName
{
background-color: #D2D698;
}
.BgClassName
{
background-color: #D2D698;
}
</style>
border-color css
<style>
span { border-color: #D2D698; }
span { border-color: rgb(210,214,152); }
td.TdClassName
{
border-color: #D2D698;
}
.TagClassName
{
border-color: #D2D698;
}
</style>