Shades of Deco #D0D996
Tints of Deco #D0D996
RGB
CMYK
RGB Variations
Color information
#D0D996 (or 0xD0D996) is known color: Deco. HEX triplet: D0, D9 and 96. RGB value is (208,217,150). Sum of RGB (Red+Green+Blue) = 208+217+150=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D996 is #2F2669. Grayscale: #CECECE. Windows color (decimal): -3090026 or 9886160. OLE color: 9886160.
HSL color Cylindrical-coordinate representation of color #D0D996: hue angle of 68.06º degrees, saturation: 0.47, 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 #D0D996 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 150 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.15 |
| HSL | 68.06º | 0.47% | 0.72% | - |
| HSV(B) | 68.06º | 0.31% | 0.85% | - |
| XYZ | 56.33 | 65.24 | 38.48 | - |
| YUV | 206.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 150 | 0.04 | 0 | 0.31 | 0.15 | 68.06 | 0.47 | 0.72 |
| Hex | D0 | D9 | 96 | 4 | 0 | 1F | F | 44 | 2F | 48 |
| Octal | 320 | 331 | 226 | 4 | 0 | 37 | 17 | 104 | 57 | 110 |
| Binary | 11010000 | 11011001 | 10010110 | 100 | 0 | 11111 | 1111 | 1000100 | 101111 | 1001000 |
Color Harmonies of #D0D996
Complementary color
Monochromatic Colors of #D0D996
Black with #D0D996
Text Example
Text Example
White with #D0D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D996; }
p { color: rgb(208,217,150); }
H1.HeaderClassName
{
color: #D0D996;
}
.AnyTagClassName
{
color: #D0D996;
}
</style>
background-color css
<style>
a { background-color: #D0D996; }
a { background-color: rgb(208,217,150); }
div.DivClassName
{
background-color: #D0D996;
}
.BgClassName
{
background-color: #D0D996;
}
</style>
border-color css
<style>
span { border-color: #D0D996; }
span { border-color: rgb(208,217,150); }
td.TdClassName
{
border-color: #D0D996;
}
.TagClassName
{
border-color: #D0D996;
}
</style>