Shades of Cameo #D0AA84
Tints of Cameo #D0AA84
RGB
CMYK
RGB Variations
Color information
#D0AA84 (or 0xD0AA84) is known color: Cameo. HEX triplet: D0, AA and 84. RGB value is (208,170,132). Sum of RGB (Red+Green+Blue) = 208+170+132=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA84 is #2F557B. Grayscale: #B1B1B1. Windows color (decimal): -3102076 or 8694480. OLE color: 8694480.
HSL color Cylindrical-coordinate representation of color #D0AA84: hue angle of 30º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0AA84 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 132 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.18 |
| HSL | 30º | 0.45% | 0.67% | - |
| HSV(B) | 30º | 0.37% | 0.82% | - |
| XYZ | 44.55 | 43.83 | 27.94 | - |
| YUV | 177.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 132 | 0 | 0.18 | 0.37 | 0.18 | 30 | 0.45 | 0.67 |
| Hex | D0 | AA | 84 | 0 | 12 | 25 | 12 | 1E | 2D | 43 |
| Octal | 320 | 252 | 204 | 0 | 22 | 45 | 22 | 36 | 55 | 103 |
| Binary | 11010000 | 10101010 | 10000100 | 0 | 10010 | 100101 | 10010 | 11110 | 101101 | 1000011 |
Color Harmonies of #D0AA84
Complementary color
Monochromatic Colors of #D0AA84
Black with #D0AA84
Text Example
Text Example
White with #D0AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA84; }
p { color: rgb(208,170,132); }
H1.HeaderClassName
{
color: #D0AA84;
}
.AnyTagClassName
{
color: #D0AA84;
}
</style>
background-color css
<style>
a { background-color: #D0AA84; }
a { background-color: rgb(208,170,132); }
div.DivClassName
{
background-color: #D0AA84;
}
.BgClassName
{
background-color: #D0AA84;
}
</style>
border-color css
<style>
span { border-color: #D0AA84; }
span { border-color: rgb(208,170,132); }
td.TdClassName
{
border-color: #D0AA84;
}
.TagClassName
{
border-color: #D0AA84;
}
</style>