Shades of Deco #D3D77C
Tints of Deco #D3D77C
RGB
CMYK
RGB Variations
Color information
#D3D77C (or 0xD3D77C) is known color: Deco. HEX triplet: D3, D7 and 7C. RGB value is (211,215,124). Sum of RGB (Red+Green+Blue) = 211+215+124=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D77C is #2C2883. Grayscale: #CBCBCB. Windows color (decimal): -2893956 or 8181715. OLE color: 8181715.
HSL color Cylindrical-coordinate representation of color #D3D77C: hue angle of 62.64º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3D77C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 124 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.16 |
| HSL | 62.64º | 0.53% | 0.66% | - |
| HSV(B) | 62.64º | 0.42% | 0.84% | - |
| XYZ | 54.8 | 63.91 | 28.52 | - |
| YUV | 203.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 124 | 0.02 | 0 | 0.42 | 0.16 | 62.64 | 0.53 | 0.66 |
| Hex | D3 | D7 | 7C | 2 | 0 | 2A | 10 | 3F | 35 | 42 |
| Octal | 323 | 327 | 174 | 2 | 0 | 52 | 20 | 77 | 65 | 102 |
| Binary | 11010011 | 11010111 | 1111100 | 10 | 0 | 101010 | 10000 | 111111 | 110101 | 1000010 |
Color Harmonies of #D3D77C
Complementary color
Monochromatic Colors of #D3D77C
Black with #D3D77C
Text Example
Text Example
White with #D3D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D77C; }
p { color: rgb(211,215,124); }
H1.HeaderClassName
{
color: #D3D77C;
}
.AnyTagClassName
{
color: #D3D77C;
}
</style>
background-color css
<style>
a { background-color: #D3D77C; }
a { background-color: rgb(211,215,124); }
div.DivClassName
{
background-color: #D3D77C;
}
.BgClassName
{
background-color: #D3D77C;
}
</style>
border-color css
<style>
span { border-color: #D3D77C; }
span { border-color: rgb(211,215,124); }
td.TdClassName
{
border-color: #D3D77C;
}
.TagClassName
{
border-color: #D3D77C;
}
</style>