Shades of Cameo #D2AA87
Tints of Cameo #D2AA87
RGB
CMYK
RGB Variations
Color information
#D2AA87 (or 0xD2AA87) is known color: Cameo. HEX triplet: D2, AA and 87. RGB value is (210,170,135). Sum of RGB (Red+Green+Blue) = 210+170+135=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA87 is #2D5578. Grayscale: #B2B2B2. Windows color (decimal): -2971001 or 8891090. OLE color: 8891090.
HSL color Cylindrical-coordinate representation of color #D2AA87: hue angle of 28º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2AA87 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 135 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.18 |
| HSL | 28º | 0.45% | 0.68% | - |
| HSV(B) | 28º | 0.36% | 0.82% | - |
| XYZ | 45.33 | 44.2 | 29.06 | - |
| YUV | 177.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 135 | 0 | 0.19 | 0.36 | 0.18 | 28 | 0.45 | 0.68 |
| Hex | D2 | AA | 87 | 0 | 13 | 24 | 12 | 1C | 2D | 44 |
| Octal | 322 | 252 | 207 | 0 | 23 | 44 | 22 | 34 | 55 | 104 |
| Binary | 11010010 | 10101010 | 10000111 | 0 | 10011 | 100100 | 10010 | 11100 | 101101 | 1000100 |
Color Harmonies of #D2AA87
Complementary color
Monochromatic Colors of #D2AA87
Black with #D2AA87
Text Example
Text Example
White with #D2AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA87; }
p { color: rgb(210,170,135); }
H1.HeaderClassName
{
color: #D2AA87;
}
.AnyTagClassName
{
color: #D2AA87;
}
</style>
background-color css
<style>
a { background-color: #D2AA87; }
a { background-color: rgb(210,170,135); }
div.DivClassName
{
background-color: #D2AA87;
}
.BgClassName
{
background-color: #D2AA87;
}
</style>
border-color css
<style>
span { border-color: #D2AA87; }
span { border-color: rgb(210,170,135); }
td.TdClassName
{
border-color: #D2AA87;
}
.TagClassName
{
border-color: #D2AA87;
}
</style>