Shades of Cameo #D4A078
Tints of Cameo #D4A078
RGB
CMYK
RGB Variations
Color information
#D4A078 (or 0xD4A078) is known color: Cameo. HEX triplet: D4, A0 and 78. RGB value is (212,160,120). Sum of RGB (Red+Green+Blue) = 212+160+120=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A078 is #2B5F87. Grayscale: #ABABAB. Windows color (decimal): -2842504 or 7905492. OLE color: 7905492.
HSL color Cylindrical-coordinate representation of color #D4A078: hue angle of 26.09º 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 #D4A078 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 120 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.17 |
| HSL | 26.09º | 0.52% | 0.65% | - |
| HSV(B) | 26.09º | 0.43% | 0.83% | - |
| XYZ | 43.11 | 40.49 | 23.31 | - |
| YUV | 170.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 120 | 0 | 0.25 | 0.43 | 0.17 | 26.09 | 0.52 | 0.65 |
| Hex | D4 | A0 | 78 | 0 | 19 | 2B | 11 | 1A | 34 | 41 |
| Octal | 324 | 240 | 170 | 0 | 31 | 53 | 21 | 32 | 64 | 101 |
| Binary | 11010100 | 10100000 | 1111000 | 0 | 11001 | 101011 | 10001 | 11010 | 110100 | 1000001 |
Color Harmonies of #D4A078
Complementary color
Monochromatic Colors of #D4A078
Black with #D4A078
Text Example
Text Example
White with #D4A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A078; }
p { color: rgb(212,160,120); }
H1.HeaderClassName
{
color: #D4A078;
}
.AnyTagClassName
{
color: #D4A078;
}
</style>
background-color css
<style>
a { background-color: #D4A078; }
a { background-color: rgb(212,160,120); }
div.DivClassName
{
background-color: #D4A078;
}
.BgClassName
{
background-color: #D4A078;
}
</style>
border-color css
<style>
span { border-color: #D4A078; }
span { border-color: rgb(212,160,120); }
td.TdClassName
{
border-color: #D4A078;
}
.TagClassName
{
border-color: #D4A078;
}
</style>