Shades of Cameo #D4A178
Tints of Cameo #D4A178
RGB
CMYK
RGB Variations
Color information
#D4A178 (or 0xD4A178) is known color: Cameo. HEX triplet: D4, A1 and 78. RGB value is (212,161,120). Sum of RGB (Red+Green+Blue) = 212+161+120=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A178 is #2B5E87. Grayscale: #ABABAB. Windows color (decimal): -2842248 or 7905748. OLE color: 7905748.
HSL color Cylindrical-coordinate representation of color #D4A178: hue angle of 26.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4A178 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 120 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.17 |
| HSL | 26.74º | 0.52% | 0.65% | - |
| HSV(B) | 26.74º | 0.43% | 0.83% | - |
| XYZ | 43.29 | 40.84 | 23.37 | - |
| YUV | 171.58 | 98.9 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 120 | 0 | 0.24 | 0.43 | 0.17 | 26.74 | 0.52 | 0.65 |
| Hex | D4 | A1 | 78 | 0 | 18 | 2B | 11 | 1B | 34 | 41 |
| Octal | 324 | 241 | 170 | 0 | 30 | 53 | 21 | 33 | 64 | 101 |
| Binary | 11010100 | 10100001 | 1111000 | 0 | 11000 | 101011 | 10001 | 11011 | 110100 | 1000001 |
Color Harmonies of #D4A178
Complementary color
Monochromatic Colors of #D4A178
Black with #D4A178
Text Example
Text Example
White with #D4A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A178; }
p { color: rgb(212,161,120); }
H1.HeaderClassName
{
color: #D4A178;
}
.AnyTagClassName
{
color: #D4A178;
}
</style>
background-color css
<style>
a { background-color: #D4A178; }
a { background-color: rgb(212,161,120); }
div.DivClassName
{
background-color: #D4A178;
}
.BgClassName
{
background-color: #D4A178;
}
</style>
border-color css
<style>
span { border-color: #D4A178; }
span { border-color: rgb(212,161,120); }
td.TdClassName
{
border-color: #D4A178;
}
.TagClassName
{
border-color: #D4A178;
}
</style>