Shades of Cameo #D1AA89
Tints of Cameo #D1AA89
RGB
CMYK
RGB Variations
Color information
#D1AA89 (or 0xD1AA89) is known color: Cameo. HEX triplet: D1, AA and 89. RGB value is (209,170,137). Sum of RGB (Red+Green+Blue) = 209+170+137=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA89 is #2E5576. Grayscale: #B2B2B2. Windows color (decimal): -3036535 or 9022161. OLE color: 9022161.
HSL color Cylindrical-coordinate representation of color #D1AA89: hue angle of 27.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1AA89 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 137 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.18 |
| HSL | 27.5º | 0.44% | 0.68% | - |
| HSV(B) | 27.5º | 0.34% | 0.82% | - |
| XYZ | 45.18 | 44.11 | 29.8 | - |
| YUV | 177.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 137 | 0 | 0.19 | 0.34 | 0.18 | 27.5 | 0.44 | 0.68 |
| Hex | D1 | AA | 89 | 0 | 13 | 22 | 12 | 1C | 2C | 44 |
| Octal | 321 | 252 | 211 | 0 | 23 | 42 | 22 | 34 | 54 | 104 |
| Binary | 11010001 | 10101010 | 10001001 | 0 | 10011 | 100010 | 10010 | 11100 | 101100 | 1000100 |
Color Harmonies of #D1AA89
Complementary color
Monochromatic Colors of #D1AA89
Black with #D1AA89
Text Example
Text Example
White with #D1AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA89; }
p { color: rgb(209,170,137); }
H1.HeaderClassName
{
color: #D1AA89;
}
.AnyTagClassName
{
color: #D1AA89;
}
</style>
background-color css
<style>
a { background-color: #D1AA89; }
a { background-color: rgb(209,170,137); }
div.DivClassName
{
background-color: #D1AA89;
}
.BgClassName
{
background-color: #D1AA89;
}
</style>
border-color css
<style>
span { border-color: #D1AA89; }
span { border-color: rgb(209,170,137); }
td.TdClassName
{
border-color: #D1AA89;
}
.TagClassName
{
border-color: #D1AA89;
}
</style>