Shades of Cameo #D4A279
Tints of Cameo #D4A279
RGB
CMYK
RGB Variations
Color information
#D4A279 (or 0xD4A279) is known color: Cameo. HEX triplet: D4, A2 and 79. RGB value is (212,162,121). Sum of RGB (Red+Green+Blue) = 212+162+121=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A279 is #2B5D86. Grayscale: #ACACAC. Windows color (decimal): -2841991 or 7971540. OLE color: 7971540.
HSL color Cylindrical-coordinate representation of color #D4A279: hue angle of 27.03º degrees, saturation: 0.51, 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 #D4A279 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 121 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.17 |
| HSL | 27.03º | 0.51% | 0.65% | - |
| HSV(B) | 27.03º | 0.43% | 0.83% | - |
| XYZ | 43.52 | 41.22 | 23.75 | - |
| YUV | 172.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 121 | 0 | 0.24 | 0.43 | 0.17 | 27.03 | 0.51 | 0.65 |
| Hex | D4 | A2 | 79 | 0 | 18 | 2B | 11 | 1B | 33 | 41 |
| Octal | 324 | 242 | 171 | 0 | 30 | 53 | 21 | 33 | 63 | 101 |
| Binary | 11010100 | 10100010 | 1111001 | 0 | 11000 | 101011 | 10001 | 11011 | 110011 | 1000001 |
Color Harmonies of #D4A279
Complementary color
Monochromatic Colors of #D4A279
Black with #D4A279
Text Example
Text Example
White with #D4A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A279; }
p { color: rgb(212,162,121); }
H1.HeaderClassName
{
color: #D4A279;
}
.AnyTagClassName
{
color: #D4A279;
}
</style>
background-color css
<style>
a { background-color: #D4A279; }
a { background-color: rgb(212,162,121); }
div.DivClassName
{
background-color: #D4A279;
}
.BgClassName
{
background-color: #D4A279;
}
</style>
border-color css
<style>
span { border-color: #D4A279; }
span { border-color: rgb(212,162,121); }
td.TdClassName
{
border-color: #D4A279;
}
.TagClassName
{
border-color: #D4A279;
}
</style>