Shades of Cameo #D4A476
Tints of Cameo #D4A476
RGB
CMYK
RGB Variations
Color information
#D4A476 (or 0xD4A476) is known color: Cameo. HEX triplet: D4, A4 and 76. RGB value is (212,164,118). Sum of RGB (Red+Green+Blue) = 212+164+118=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A476 is #2B5B89. Grayscale: #ADADAD. Windows color (decimal): -2841482 or 7775444. OLE color: 7775444.
HSL color Cylindrical-coordinate representation of color #D4A476: hue angle of 29.36º 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 #D4A476 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 118 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.17 |
| HSL | 29.36º | 0.52% | 0.65% | - |
| HSV(B) | 29.36º | 0.44% | 0.83% | - |
| XYZ | 43.7 | 41.86 | 22.92 | - |
| YUV | 173.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 118 | 0 | 0.23 | 0.44 | 0.17 | 29.36 | 0.52 | 0.65 |
| Hex | D4 | A4 | 76 | 0 | 17 | 2C | 11 | 1D | 34 | 41 |
| Octal | 324 | 244 | 166 | 0 | 27 | 54 | 21 | 35 | 64 | 101 |
| Binary | 11010100 | 10100100 | 1110110 | 0 | 10111 | 101100 | 10001 | 11101 | 110100 | 1000001 |
Color Harmonies of #D4A476
Complementary color
Monochromatic Colors of #D4A476
Black with #D4A476
Text Example
Text Example
White with #D4A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A476; }
p { color: rgb(212,164,118); }
H1.HeaderClassName
{
color: #D4A476;
}
.AnyTagClassName
{
color: #D4A476;
}
</style>
background-color css
<style>
a { background-color: #D4A476; }
a { background-color: rgb(212,164,118); }
div.DivClassName
{
background-color: #D4A476;
}
.BgClassName
{
background-color: #D4A476;
}
</style>
border-color css
<style>
span { border-color: #D4A476; }
span { border-color: rgb(212,164,118); }
td.TdClassName
{
border-color: #D4A476;
}
.TagClassName
{
border-color: #D4A476;
}
</style>