Shades of Deco #D1D997
Tints of Deco #D1D997
RGB
CMYK
RGB Variations
Color information
#D1D997 (or 0xD1D997) is known color: Deco. HEX triplet: D1, D9 and 97. RGB value is (209,217,151). Sum of RGB (Red+Green+Blue) = 209+217+151=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D997 is #2E2668. Grayscale: #CFCFCF. Windows color (decimal): -3024489 or 9951697. OLE color: 9951697.
HSL color Cylindrical-coordinate representation of color #D1D997: hue angle of 67.27º 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 #D1D997 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 151 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.15 |
| HSL | 67.27º | 0.46% | 0.72% | - |
| HSV(B) | 67.27º | 0.3% | 0.85% | - |
| XYZ | 56.69 | 65.42 | 38.92 | - |
| YUV | 207.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 151 | 0.04 | 0 | 0.30 | 0.15 | 67.27 | 0.46 | 0.72 |
| Hex | D1 | D9 | 97 | 4 | 0 | 1E | F | 43 | 2E | 48 |
| Octal | 321 | 331 | 227 | 4 | 0 | 36 | 17 | 103 | 56 | 110 |
| Binary | 11010001 | 11011001 | 10010111 | 100 | 0 | 11110 | 1111 | 1000011 | 101110 | 1001000 |
Color Harmonies of #D1D997
Complementary color
Monochromatic Colors of #D1D997
Black with #D1D997
Text Example
Text Example
White with #D1D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D997; }
p { color: rgb(209,217,151); }
H1.HeaderClassName
{
color: #D1D997;
}
.AnyTagClassName
{
color: #D1D997;
}
</style>
background-color css
<style>
a { background-color: #D1D997; }
a { background-color: rgb(209,217,151); }
div.DivClassName
{
background-color: #D1D997;
}
.BgClassName
{
background-color: #D1D997;
}
</style>
border-color css
<style>
span { border-color: #D1D997; }
span { border-color: rgb(209,217,151); }
td.TdClassName
{
border-color: #D1D997;
}
.TagClassName
{
border-color: #D1D997;
}
</style>