Shades of Cameo #D4A376
Tints of Cameo #D4A376
RGB
CMYK
RGB Variations
Color information
#D4A376 (or 0xD4A376) is known color: Cameo. HEX triplet: D4, A3 and 76. RGB value is (212,163,118). Sum of RGB (Red+Green+Blue) = 212+163+118=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A376 is #2B5C89. Grayscale: #ACACAC. Windows color (decimal): -2841738 or 7775188. OLE color: 7775188.
HSL color Cylindrical-coordinate representation of color #D4A376: hue angle of 28.72º degrees, saturation: 0.52, 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 #D4A376 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 118 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.17 |
| HSL | 28.72º | 0.52% | 0.65% | - |
| HSV(B) | 28.72º | 0.44% | 0.83% | - |
| XYZ | 43.52 | 41.5 | 22.86 | - |
| YUV | 172.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 118 | 0 | 0.23 | 0.44 | 0.17 | 28.72 | 0.52 | 0.65 |
| Hex | D4 | A3 | 76 | 0 | 17 | 2C | 11 | 1D | 34 | 41 |
| Octal | 324 | 243 | 166 | 0 | 27 | 54 | 21 | 35 | 64 | 101 |
| Binary | 11010100 | 10100011 | 1110110 | 0 | 10111 | 101100 | 10001 | 11101 | 110100 | 1000001 |
Color Harmonies of #D4A376
Complementary color
Monochromatic Colors of #D4A376
Black with #D4A376
Text Example
Text Example
White with #D4A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A376; }
p { color: rgb(212,163,118); }
H1.HeaderClassName
{
color: #D4A376;
}
.AnyTagClassName
{
color: #D4A376;
}
</style>
background-color css
<style>
a { background-color: #D4A376; }
a { background-color: rgb(212,163,118); }
div.DivClassName
{
background-color: #D4A376;
}
.BgClassName
{
background-color: #D4A376;
}
</style>
border-color css
<style>
span { border-color: #D4A376; }
span { border-color: rgb(212,163,118); }
td.TdClassName
{
border-color: #D4A376;
}
.TagClassName
{
border-color: #D4A376;
}
</style>