Shades of Deco #D0D999
Tints of Deco #D0D999
RGB
CMYK
RGB Variations
Color information
#D0D999 (or 0xD0D999) is known color: Deco. HEX triplet: D0, D9 and 99. RGB value is (208,217,153). Sum of RGB (Red+Green+Blue) = 208+217+153=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D999 is #2F2666. Grayscale: #CFCFCF. Windows color (decimal): -3090023 or 10082768. OLE color: 10082768.
HSL color Cylindrical-coordinate representation of color #D0D999: hue angle of 68.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0D999 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 153 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.15 |
| HSL | 68.44º | 0.46% | 0.73% | - |
| HSV(B) | 68.44º | 0.29% | 0.85% | - |
| XYZ | 56.58 | 65.34 | 39.77 | - |
| YUV | 207.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 153 | 0.04 | 0 | 0.29 | 0.15 | 68.44 | 0.46 | 0.73 |
| Hex | D0 | D9 | 99 | 4 | 0 | 1D | F | 44 | 2E | 49 |
| Octal | 320 | 331 | 231 | 4 | 0 | 35 | 17 | 104 | 56 | 111 |
| Binary | 11010000 | 11011001 | 10011001 | 100 | 0 | 11101 | 1111 | 1000100 | 101110 | 1001001 |
Color Harmonies of #D0D999
Complementary color
Monochromatic Colors of #D0D999
Black with #D0D999
Text Example
Text Example
White with #D0D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D999; }
p { color: rgb(208,217,153); }
H1.HeaderClassName
{
color: #D0D999;
}
.AnyTagClassName
{
color: #D0D999;
}
</style>
background-color css
<style>
a { background-color: #D0D999; }
a { background-color: rgb(208,217,153); }
div.DivClassName
{
background-color: #D0D999;
}
.BgClassName
{
background-color: #D0D999;
}
</style>
border-color css
<style>
span { border-color: #D0D999; }
span { border-color: rgb(208,217,153); }
td.TdClassName
{
border-color: #D0D999;
}
.TagClassName
{
border-color: #D0D999;
}
</style>