Shades of Deco #D1D896
Tints of Deco #D1D896
RGB
CMYK
RGB Variations
Color information
#D1D896 (or 0xD1D896) is known color: Deco. HEX triplet: D1, D8 and 96. RGB value is (209,216,150). Sum of RGB (Red+Green+Blue) = 209+216+150=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D896 is #2E2769. Grayscale: #CECECE. Windows color (decimal): -3024746 or 9885905. OLE color: 9885905.
HSL color Cylindrical-coordinate representation of color #D1D896: hue angle of 66.36º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1D896 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 150 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.15 |
| HSL | 66.36º | 0.46% | 0.72% | - |
| HSV(B) | 66.36º | 0.31% | 0.85% | - |
| XYZ | 56.36 | 64.87 | 38.4 | - |
| YUV | 206.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 150 | 0.03 | 0 | 0.31 | 0.15 | 66.36 | 0.46 | 0.72 |
| Hex | D1 | D8 | 96 | 3 | 0 | 1F | F | 42 | 2E | 48 |
| Octal | 321 | 330 | 226 | 3 | 0 | 37 | 17 | 102 | 56 | 110 |
| Binary | 11010001 | 11011000 | 10010110 | 11 | 0 | 11111 | 1111 | 1000010 | 101110 | 1001000 |
Color Harmonies of #D1D896
Complementary color
Monochromatic Colors of #D1D896
Black with #D1D896
Text Example
Text Example
White with #D1D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D896; }
p { color: rgb(209,216,150); }
H1.HeaderClassName
{
color: #D1D896;
}
.AnyTagClassName
{
color: #D1D896;
}
</style>
background-color css
<style>
a { background-color: #D1D896; }
a { background-color: rgb(209,216,150); }
div.DivClassName
{
background-color: #D1D896;
}
.BgClassName
{
background-color: #D1D896;
}
</style>
border-color css
<style>
span { border-color: #D1D896; }
span { border-color: rgb(209,216,150); }
td.TdClassName
{
border-color: #D1D896;
}
.TagClassName
{
border-color: #D1D896;
}
</style>