Shades of Cameo #D2AA8E
Tints of Cameo #D2AA8E
RGB
CMYK
RGB Variations
Color information
#D2AA8E (or 0xD2AA8E) is known color: Cameo. HEX triplet: D2, AA and 8E. RGB value is (210,170,142). Sum of RGB (Red+Green+Blue) = 210+170+142=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA8E is #2D5571. Grayscale: #B2B2B2. Windows color (decimal): -2970994 or 9349842. OLE color: 9349842.
HSL color Cylindrical-coordinate representation of color #D2AA8E: hue angle of 24.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AA8E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 142 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.18 |
| HSL | 24.71º | 0.43% | 0.69% | - |
| HSV(B) | 24.71º | 0.32% | 0.82% | - |
| XYZ | 45.84 | 44.4 | 31.75 | - |
| YUV | 178.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 142 | 0 | 0.19 | 0.32 | 0.18 | 24.71 | 0.43 | 0.69 |
| Hex | D2 | AA | 8E | 0 | 13 | 20 | 12 | 19 | 2B | 45 |
| Octal | 322 | 252 | 216 | 0 | 23 | 40 | 22 | 31 | 53 | 105 |
| Binary | 11010010 | 10101010 | 10001110 | 0 | 10011 | 100000 | 10010 | 11001 | 101011 | 1000101 |
Color Harmonies of #D2AA8E
Complementary color
Monochromatic Colors of #D2AA8E
Black with #D2AA8E
Text Example
Text Example
White with #D2AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA8E; }
p { color: rgb(210,170,142); }
H1.HeaderClassName
{
color: #D2AA8E;
}
.AnyTagClassName
{
color: #D2AA8E;
}
</style>
background-color css
<style>
a { background-color: #D2AA8E; }
a { background-color: rgb(210,170,142); }
div.DivClassName
{
background-color: #D2AA8E;
}
.BgClassName
{
background-color: #D2AA8E;
}
</style>
border-color css
<style>
span { border-color: #D2AA8E; }
span { border-color: rgb(210,170,142); }
td.TdClassName
{
border-color: #D2AA8E;
}
.TagClassName
{
border-color: #D2AA8E;
}
</style>