Shades of Deco #D1D898
Tints of Deco #D1D898
RGB
CMYK
RGB Variations
Color information
#D1D898 (or 0xD1D898) is known color: Deco. HEX triplet: D1, D8 and 98. RGB value is (209,216,152). Sum of RGB (Red+Green+Blue) = 209+216+152=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D898 is #2E2767. Grayscale: #CECECE. Windows color (decimal): -3024744 or 10016977. OLE color: 10016977.
HSL color Cylindrical-coordinate representation of color #D1D898: hue angle of 66.56º degrees, saturation: 0.45, 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 #D1D898 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 152 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.15 |
| HSL | 66.56º | 0.45% | 0.72% | - |
| HSV(B) | 66.56º | 0.3% | 0.85% | - |
| XYZ | 56.52 | 64.93 | 39.26 | - |
| YUV | 206.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 152 | 0.03 | 0 | 0.30 | 0.15 | 66.56 | 0.45 | 0.72 |
| Hex | D1 | D8 | 98 | 3 | 0 | 1E | F | 43 | 2D | 48 |
| Octal | 321 | 330 | 230 | 3 | 0 | 36 | 17 | 103 | 55 | 110 |
| Binary | 11010001 | 11011000 | 10011000 | 11 | 0 | 11110 | 1111 | 1000011 | 101101 | 1001000 |
Color Harmonies of #D1D898
Complementary color
Monochromatic Colors of #D1D898
Black with #D1D898
Text Example
Text Example
White with #D1D898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D898; }
p { color: rgb(209,216,152); }
H1.HeaderClassName
{
color: #D1D898;
}
.AnyTagClassName
{
color: #D1D898;
}
</style>
background-color css
<style>
a { background-color: #D1D898; }
a { background-color: rgb(209,216,152); }
div.DivClassName
{
background-color: #D1D898;
}
.BgClassName
{
background-color: #D1D898;
}
</style>
border-color css
<style>
span { border-color: #D1D898; }
span { border-color: rgb(209,216,152); }
td.TdClassName
{
border-color: #D1D898;
}
.TagClassName
{
border-color: #D1D898;
}
</style>