Shades of Cameo #D2AA8D
Tints of Cameo #D2AA8D
RGB
CMYK
RGB Variations
Color information
#D2AA8D (or 0xD2AA8D) is known color: Cameo. HEX triplet: D2, AA and 8D. RGB value is (210,170,141). Sum of RGB (Red+Green+Blue) = 210+170+141=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA8D is #2D5572. Grayscale: #B2B2B2. Windows color (decimal): -2970995 or 9284306. OLE color: 9284306.
HSL color Cylindrical-coordinate representation of color #D2AA8D: hue angle of 25.22º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2AA8D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 141 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.18 |
| HSL | 25.22º | 0.43% | 0.69% | - |
| HSV(B) | 25.22º | 0.33% | 0.82% | - |
| XYZ | 45.76 | 44.37 | 31.35 | - |
| YUV | 178.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 141 | 0 | 0.19 | 0.33 | 0.18 | 25.22 | 0.43 | 0.69 |
| Hex | D2 | AA | 8D | 0 | 13 | 21 | 12 | 19 | 2B | 45 |
| Octal | 322 | 252 | 215 | 0 | 23 | 41 | 22 | 31 | 53 | 105 |
| Binary | 11010010 | 10101010 | 10001101 | 0 | 10011 | 100001 | 10010 | 11001 | 101011 | 1000101 |
Color Harmonies of #D2AA8D
Complementary color
Monochromatic Colors of #D2AA8D
Black with #D2AA8D
Text Example
Text Example
White with #D2AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA8D; }
p { color: rgb(210,170,141); }
H1.HeaderClassName
{
color: #D2AA8D;
}
.AnyTagClassName
{
color: #D2AA8D;
}
</style>
background-color css
<style>
a { background-color: #D2AA8D; }
a { background-color: rgb(210,170,141); }
div.DivClassName
{
background-color: #D2AA8D;
}
.BgClassName
{
background-color: #D2AA8D;
}
</style>
border-color css
<style>
span { border-color: #D2AA8D; }
span { border-color: rgb(210,170,141); }
td.TdClassName
{
border-color: #D2AA8D;
}
.TagClassName
{
border-color: #D2AA8D;
}
</style>