Shades of Deco #D1D993
Tints of Deco #D1D993
RGB
CMYK
RGB Variations
Color information
#D1D993 (or 0xD1D993) is known color: Deco. HEX triplet: D1, D9 and 93. RGB value is (209,217,147). Sum of RGB (Red+Green+Blue) = 209+217+147=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D993 is #2E266C. Grayscale: #CECECE. Windows color (decimal): -3024493 or 9689553. OLE color: 9689553.
HSL color Cylindrical-coordinate representation of color #D1D993: hue angle of 66.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1D993 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 147 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.15 |
| HSL | 66.86º | 0.48% | 0.71% | - |
| HSV(B) | 66.86º | 0.32% | 0.85% | - |
| XYZ | 56.37 | 65.29 | 37.23 | - |
| YUV | 206.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 147 | 0.04 | 0 | 0.32 | 0.15 | 66.86 | 0.48 | 0.71 |
| Hex | D1 | D9 | 93 | 4 | 0 | 20 | F | 43 | 30 | 47 |
| Octal | 321 | 331 | 223 | 4 | 0 | 40 | 17 | 103 | 60 | 107 |
| Binary | 11010001 | 11011001 | 10010011 | 100 | 0 | 100000 | 1111 | 1000011 | 110000 | 1000111 |
Color Harmonies of #D1D993
Complementary color
Monochromatic Colors of #D1D993
Black with #D1D993
Text Example
Text Example
White with #D1D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D993; }
p { color: rgb(209,217,147); }
H1.HeaderClassName
{
color: #D1D993;
}
.AnyTagClassName
{
color: #D1D993;
}
</style>
background-color css
<style>
a { background-color: #D1D993; }
a { background-color: rgb(209,217,147); }
div.DivClassName
{
background-color: #D1D993;
}
.BgClassName
{
background-color: #D1D993;
}
</style>
border-color css
<style>
span { border-color: #D1D993; }
span { border-color: rgb(209,217,147); }
td.TdClassName
{
border-color: #D1D993;
}
.TagClassName
{
border-color: #D1D993;
}
</style>