Shades of Cameo #D1AA85
Tints of Cameo #D1AA85
RGB
CMYK
RGB Variations
Color information
#D1AA85 (or 0xD1AA85) is known color: Cameo. HEX triplet: D1, AA and 85. RGB value is (209,170,133). Sum of RGB (Red+Green+Blue) = 209+170+133=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA85 is #2E557A. Grayscale: #B1B1B1. Windows color (decimal): -3036539 or 8760017. OLE color: 8760017.
HSL color Cylindrical-coordinate representation of color #D1AA85: hue angle of 29.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1AA85 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 133 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.18 |
| HSL | 29.21º | 0.45% | 0.67% | - |
| HSV(B) | 29.21º | 0.36% | 0.82% | - |
| XYZ | 44.9 | 44 | 28.32 | - |
| YUV | 177.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 133 | 0 | 0.19 | 0.36 | 0.18 | 29.21 | 0.45 | 0.67 |
| Hex | D1 | AA | 85 | 0 | 13 | 24 | 12 | 1D | 2D | 43 |
| Octal | 321 | 252 | 205 | 0 | 23 | 44 | 22 | 35 | 55 | 103 |
| Binary | 11010001 | 10101010 | 10000101 | 0 | 10011 | 100100 | 10010 | 11101 | 101101 | 1000011 |
Color Harmonies of #D1AA85
Complementary color
Monochromatic Colors of #D1AA85
Black with #D1AA85
Text Example
Text Example
White with #D1AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA85; }
p { color: rgb(209,170,133); }
H1.HeaderClassName
{
color: #D1AA85;
}
.AnyTagClassName
{
color: #D1AA85;
}
</style>
background-color css
<style>
a { background-color: #D1AA85; }
a { background-color: rgb(209,170,133); }
div.DivClassName
{
background-color: #D1AA85;
}
.BgClassName
{
background-color: #D1AA85;
}
</style>
border-color css
<style>
span { border-color: #D1AA85; }
span { border-color: rgb(209,170,133); }
td.TdClassName
{
border-color: #D1AA85;
}
.TagClassName
{
border-color: #D1AA85;
}
</style>