Shades of Cameo #D4A084
Tints of Cameo #D4A084
RGB
CMYK
RGB Variations
Color information
#D4A084 (or 0xD4A084) is known color: Cameo. HEX triplet: D4, A0 and 84. RGB value is (212,160,132). Sum of RGB (Red+Green+Blue) = 212+160+132=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A084 is #2B5F7B. Grayscale: #ACACAC. Windows color (decimal): -2842492 or 8691924. OLE color: 8691924.
HSL color Cylindrical-coordinate representation of color #D4A084: hue angle of 21º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4A084 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 132 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.17 |
| HSL | 21º | 0.48% | 0.67% | - |
| HSV(B) | 21º | 0.38% | 0.83% | - |
| XYZ | 43.89 | 40.8 | 27.39 | - |
| YUV | 172.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 132 | 0 | 0.25 | 0.38 | 0.17 | 21 | 0.48 | 0.67 |
| Hex | D4 | A0 | 84 | 0 | 19 | 26 | 11 | 15 | 30 | 43 |
| Octal | 324 | 240 | 204 | 0 | 31 | 46 | 21 | 25 | 60 | 103 |
| Binary | 11010100 | 10100000 | 10000100 | 0 | 11001 | 100110 | 10001 | 10101 | 110000 | 1000011 |
Color Harmonies of #D4A084
Complementary color
Monochromatic Colors of #D4A084
Black with #D4A084
Text Example
Text Example
White with #D4A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A084; }
p { color: rgb(212,160,132); }
H1.HeaderClassName
{
color: #D4A084;
}
.AnyTagClassName
{
color: #D4A084;
}
</style>
background-color css
<style>
a { background-color: #D4A084; }
a { background-color: rgb(212,160,132); }
div.DivClassName
{
background-color: #D4A084;
}
.BgClassName
{
background-color: #D4A084;
}
</style>
border-color css
<style>
span { border-color: #D4A084; }
span { border-color: rgb(212,160,132); }
td.TdClassName
{
border-color: #D4A084;
}
.TagClassName
{
border-color: #D4A084;
}
</style>