Shades of Cameo #D1AA8D
Tints of Cameo #D1AA8D
RGB
CMYK
RGB Variations
Color information
#D1AA8D (or 0xD1AA8D) is known color: Cameo. HEX triplet: D1, AA and 8D. RGB value is (209,170,141). Sum of RGB (Red+Green+Blue) = 209+170+141=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA8D is #2E5572. Grayscale: #B2B2B2. Windows color (decimal): -3036531 or 9284305. OLE color: 9284305.
HSL color Cylindrical-coordinate representation of color #D1AA8D: hue angle of 25.59º 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 #D1AA8D is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 141 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.18 |
| HSL | 25.59º | 0.43% | 0.69% | - |
| HSV(B) | 25.59º | 0.33% | 0.82% | - |
| XYZ | 45.48 | 44.23 | 31.34 | - |
| YUV | 178.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 141 | 0 | 0.19 | 0.33 | 0.18 | 25.59 | 0.43 | 0.69 |
| Hex | D1 | AA | 8D | 0 | 13 | 21 | 12 | 1A | 2A | 45 |
| Octal | 321 | 252 | 215 | 0 | 23 | 41 | 22 | 32 | 52 | 105 |
| Binary | 11010001 | 10101010 | 10001101 | 0 | 10011 | 100001 | 10010 | 11010 | 101010 | 1000101 |
Color Harmonies of #D1AA8D
Complementary color
Monochromatic Colors of #D1AA8D
Black with #D1AA8D
Text Example
Text Example
White with #D1AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA8D; }
p { color: rgb(209,170,141); }
H1.HeaderClassName
{
color: #D1AA8D;
}
.AnyTagClassName
{
color: #D1AA8D;
}
</style>
background-color css
<style>
a { background-color: #D1AA8D; }
a { background-color: rgb(209,170,141); }
div.DivClassName
{
background-color: #D1AA8D;
}
.BgClassName
{
background-color: #D1AA8D;
}
</style>
border-color css
<style>
span { border-color: #D1AA8D; }
span { border-color: rgb(209,170,141); }
td.TdClassName
{
border-color: #D1AA8D;
}
.TagClassName
{
border-color: #D1AA8D;
}
</style>