Shades of Cameo #D4A176
Tints of Cameo #D4A176
RGB
CMYK
RGB Variations
Color information
#D4A176 (or 0xD4A176) is known color: Cameo. HEX triplet: D4, A1 and 76. RGB value is (212,161,118). Sum of RGB (Red+Green+Blue) = 212+161+118=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A176 is #2B5E89. Grayscale: #ABABAB. Windows color (decimal): -2842250 or 7774676. OLE color: 7774676.
HSL color Cylindrical-coordinate representation of color #D4A176: hue angle of 27.45º 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 #D4A176 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 118 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.17 |
| HSL | 27.45º | 0.52% | 0.65% | - |
| HSV(B) | 27.45º | 0.44% | 0.83% | - |
| XYZ | 43.17 | 40.79 | 22.74 | - |
| YUV | 171.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 118 | 0 | 0.24 | 0.44 | 0.17 | 27.45 | 0.52 | 0.65 |
| Hex | D4 | A1 | 76 | 0 | 18 | 2C | 11 | 1B | 34 | 41 |
| Octal | 324 | 241 | 166 | 0 | 30 | 54 | 21 | 33 | 64 | 101 |
| Binary | 11010100 | 10100001 | 1110110 | 0 | 11000 | 101100 | 10001 | 11011 | 110100 | 1000001 |
Color Harmonies of #D4A176
Complementary color
Monochromatic Colors of #D4A176
Black with #D4A176
Text Example
Text Example
White with #D4A176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A176; }
p { color: rgb(212,161,118); }
H1.HeaderClassName
{
color: #D4A176;
}
.AnyTagClassName
{
color: #D4A176;
}
</style>
background-color css
<style>
a { background-color: #D4A176; }
a { background-color: rgb(212,161,118); }
div.DivClassName
{
background-color: #D4A176;
}
.BgClassName
{
background-color: #D4A176;
}
</style>
border-color css
<style>
span { border-color: #D4A176; }
span { border-color: rgb(212,161,118); }
td.TdClassName
{
border-color: #D4A176;
}
.TagClassName
{
border-color: #D4A176;
}
</style>