Shades of Deco #D3CC76
Tints of Deco #D3CC76
RGB
CMYK
RGB Variations
Color information
#D3CC76 (or 0xD3CC76) is known color: Deco. HEX triplet: D3, CC and 76. RGB value is (211,204,118). Sum of RGB (Red+Green+Blue) = 211+204+118=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC76 is #2C3389. Grayscale: #C4C4C4. Windows color (decimal): -2896778 or 7785683. OLE color: 7785683.
HSL color Cylindrical-coordinate representation of color #D3CC76: hue angle of 55.48º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3CC76 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 118 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.17 |
| HSL | 55.48º | 0.51% | 0.65% | - |
| HSV(B) | 55.48º | 0.44% | 0.83% | - |
| XYZ | 51.73 | 58.34 | 25.67 | - |
| YUV | 196.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 118 | 0 | 0.03 | 0.44 | 0.17 | 55.48 | 0.51 | 0.65 |
| Hex | D3 | CC | 76 | 0 | 3 | 2C | 11 | 37 | 33 | 41 |
| Octal | 323 | 314 | 166 | 0 | 3 | 54 | 21 | 67 | 63 | 101 |
| Binary | 11010011 | 11001100 | 1110110 | 0 | 11 | 101100 | 10001 | 110111 | 110011 | 1000001 |
Color Harmonies of #D3CC76
Complementary color
Monochromatic Colors of #D3CC76
Black with #D3CC76
Text Example
Text Example
White with #D3CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC76; }
p { color: rgb(211,204,118); }
H1.HeaderClassName
{
color: #D3CC76;
}
.AnyTagClassName
{
color: #D3CC76;
}
</style>
background-color css
<style>
a { background-color: #D3CC76; }
a { background-color: rgb(211,204,118); }
div.DivClassName
{
background-color: #D3CC76;
}
.BgClassName
{
background-color: #D3CC76;
}
</style>
border-color css
<style>
span { border-color: #D3CC76; }
span { border-color: rgb(211,204,118); }
td.TdClassName
{
border-color: #D3CC76;
}
.TagClassName
{
border-color: #D3CC76;
}
</style>