Shades of Deco #D3D881
Tints of Deco #D3D881
RGB
CMYK
RGB Variations
Color information
#D3D881 (or 0xD3D881) is known color: Deco. HEX triplet: D3, D8 and 81. RGB value is (211,216,129). Sum of RGB (Red+Green+Blue) = 211+216+129=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D881 is #2C277E. Grayscale: #CCCCCC. Windows color (decimal): -2893695 or 8509651. OLE color: 8509651.
HSL color Cylindrical-coordinate representation of color #D3D881: hue angle of 63.45º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3D881 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 129 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.15 |
| HSL | 63.45º | 0.53% | 0.68% | - |
| HSV(B) | 63.45º | 0.4% | 0.85% | - |
| XYZ | 55.38 | 64.55 | 30.31 | - |
| YUV | 204.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 129 | 0.02 | 0 | 0.40 | 0.15 | 63.45 | 0.53 | 0.68 |
| Hex | D3 | D8 | 81 | 2 | 0 | 28 | F | 3F | 35 | 44 |
| Octal | 323 | 330 | 201 | 2 | 0 | 50 | 17 | 77 | 65 | 104 |
| Binary | 11010011 | 11011000 | 10000001 | 10 | 0 | 101000 | 1111 | 111111 | 110101 | 1000100 |
Color Harmonies of #D3D881
Complementary color
Monochromatic Colors of #D3D881
Black with #D3D881
Text Example
Text Example
White with #D3D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D881; }
p { color: rgb(211,216,129); }
H1.HeaderClassName
{
color: #D3D881;
}
.AnyTagClassName
{
color: #D3D881;
}
</style>
background-color css
<style>
a { background-color: #D3D881; }
a { background-color: rgb(211,216,129); }
div.DivClassName
{
background-color: #D3D881;
}
.BgClassName
{
background-color: #D3D881;
}
</style>
border-color css
<style>
span { border-color: #D3D881; }
span { border-color: rgb(211,216,129); }
td.TdClassName
{
border-color: #D3D881;
}
.TagClassName
{
border-color: #D3D881;
}
</style>