Shades of Cameo #D4A074
Tints of Cameo #D4A074
RGB
CMYK
RGB Variations
Color information
#D4A074 (or 0xD4A074) is known color: Cameo. HEX triplet: D4, A0 and 74. RGB value is (212,160,116). Sum of RGB (Red+Green+Blue) = 212+160+116=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A074 is #2B5F8B. Grayscale: #AAAAAA. Windows color (decimal): -2842508 or 7643348. OLE color: 7643348.
HSL color Cylindrical-coordinate representation of color #D4A074: hue angle of 27.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A074 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 116 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.17 |
| HSL | 27.5º | 0.53% | 0.64% | - |
| HSV(B) | 27.5º | 0.45% | 0.83% | - |
| XYZ | 42.87 | 40.4 | 22.06 | - |
| YUV | 170.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 116 | 0 | 0.25 | 0.45 | 0.17 | 27.5 | 0.53 | 0.64 |
| Hex | D4 | A0 | 74 | 0 | 19 | 2D | 11 | 1C | 35 | 40 |
| Octal | 324 | 240 | 164 | 0 | 31 | 55 | 21 | 34 | 65 | 100 |
| Binary | 11010100 | 10100000 | 1110100 | 0 | 11001 | 101101 | 10001 | 11100 | 110101 | 1000000 |
Color Harmonies of #D4A074
Complementary color
Monochromatic Colors of #D4A074
Black with #D4A074
Text Example
Text Example
White with #D4A074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A074; }
p { color: rgb(212,160,116); }
H1.HeaderClassName
{
color: #D4A074;
}
.AnyTagClassName
{
color: #D4A074;
}
</style>
background-color css
<style>
a { background-color: #D4A074; }
a { background-color: rgb(212,160,116); }
div.DivClassName
{
background-color: #D4A074;
}
.BgClassName
{
background-color: #D4A074;
}
</style>
border-color css
<style>
span { border-color: #D4A074; }
span { border-color: rgb(212,160,116); }
td.TdClassName
{
border-color: #D4A074;
}
.TagClassName
{
border-color: #D4A074;
}
</style>