Shades of Deco #D0D994
Tints of Deco #D0D994
RGB
CMYK
RGB Variations
Color information
#D0D994 (or 0xD0D994) is known color: Deco. HEX triplet: D0, D9 and 94. RGB value is (208,217,148). Sum of RGB (Red+Green+Blue) = 208+217+148=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D994 is #2F266B. Grayscale: #CECECE. Windows color (decimal): -3090028 or 9755088. OLE color: 9755088.
HSL color Cylindrical-coordinate representation of color #D0D994: hue angle of 67.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0D994 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 148 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.15 |
| HSL | 67.83º | 0.48% | 0.72% | - |
| HSV(B) | 67.83º | 0.32% | 0.85% | - |
| XYZ | 56.17 | 65.17 | 37.64 | - |
| YUV | 206.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 148 | 0.04 | 0 | 0.32 | 0.15 | 67.83 | 0.48 | 0.72 |
| Hex | D0 | D9 | 94 | 4 | 0 | 20 | F | 44 | 30 | 48 |
| Octal | 320 | 331 | 224 | 4 | 0 | 40 | 17 | 104 | 60 | 110 |
| Binary | 11010000 | 11011001 | 10010100 | 100 | 0 | 100000 | 1111 | 1000100 | 110000 | 1001000 |
Color Harmonies of #D0D994
Complementary color
Monochromatic Colors of #D0D994
Black with #D0D994
Text Example
Text Example
White with #D0D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D994; }
p { color: rgb(208,217,148); }
H1.HeaderClassName
{
color: #D0D994;
}
.AnyTagClassName
{
color: #D0D994;
}
</style>
background-color css
<style>
a { background-color: #D0D994; }
a { background-color: rgb(208,217,148); }
div.DivClassName
{
background-color: #D0D994;
}
.BgClassName
{
background-color: #D0D994;
}
</style>
border-color css
<style>
span { border-color: #D0D994; }
span { border-color: rgb(208,217,148); }
td.TdClassName
{
border-color: #D0D994;
}
.TagClassName
{
border-color: #D0D994;
}
</style>