Shades of Deco #D9D781
Tints of Deco #D9D781
RGB
CMYK
RGB Variations
Color information
#D9D781 (or 0xD9D781) is known color: Deco. HEX triplet: D9, D7 and 81. RGB value is (217,215,129). Sum of RGB (Red+Green+Blue) = 217+215+129=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D781 is #26287E. Grayscale: #CECECE. Windows color (decimal): -2500735 or 8509401. OLE color: 8509401.
HSL color Cylindrical-coordinate representation of color #D9D781: hue angle of 58.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9D781 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 129 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.15 |
| HSL | 58.64º | 0.54% | 0.68% | - |
| HSV(B) | 58.64º | 0.41% | 0.85% | - |
| XYZ | 56.88 | 64.94 | 30.31 | - |
| YUV | 205.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 129 | 0 | 0.01 | 0.41 | 0.15 | 58.64 | 0.54 | 0.68 |
| Hex | D9 | D7 | 81 | 0 | 1 | 29 | F | 3B | 36 | 44 |
| Octal | 331 | 327 | 201 | 0 | 1 | 51 | 17 | 73 | 66 | 104 |
| Binary | 11011001 | 11010111 | 10000001 | 0 | 1 | 101001 | 1111 | 111011 | 110110 | 1000100 |
Color Harmonies of #D9D781
Complementary color
Monochromatic Colors of #D9D781
Black with #D9D781
Text Example
Text Example
White with #D9D781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D781; }
p { color: rgb(217,215,129); }
H1.HeaderClassName
{
color: #D9D781;
}
.AnyTagClassName
{
color: #D9D781;
}
</style>
background-color css
<style>
a { background-color: #D9D781; }
a { background-color: rgb(217,215,129); }
div.DivClassName
{
background-color: #D9D781;
}
.BgClassName
{
background-color: #D9D781;
}
</style>
border-color css
<style>
span { border-color: #D9D781; }
span { border-color: rgb(217,215,129); }
td.TdClassName
{
border-color: #D9D781;
}
.TagClassName
{
border-color: #D9D781;
}
</style>