Shades of Cameo #D0AA81
Tints of Cameo #D0AA81
RGB
CMYK
RGB Variations
Color information
#D0AA81 (or 0xD0AA81) is known color: Cameo. HEX triplet: D0, AA and 81. RGB value is (208,170,129). Sum of RGB (Red+Green+Blue) = 208+170+129=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA81 is #2F557E. Grayscale: #B0B0B0. Windows color (decimal): -3102079 or 8497872. OLE color: 8497872.
HSL color Cylindrical-coordinate representation of color #D0AA81: hue angle of 31.14º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0AA81 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 129 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.18 |
| HSL | 31.14º | 0.46% | 0.66% | - |
| HSV(B) | 31.14º | 0.38% | 0.82% | - |
| XYZ | 44.35 | 43.74 | 26.87 | - |
| YUV | 176.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 129 | 0 | 0.18 | 0.38 | 0.18 | 31.14 | 0.46 | 0.66 |
| Hex | D0 | AA | 81 | 0 | 12 | 26 | 12 | 1F | 2E | 42 |
| Octal | 320 | 252 | 201 | 0 | 22 | 46 | 22 | 37 | 56 | 102 |
| Binary | 11010000 | 10101010 | 10000001 | 0 | 10010 | 100110 | 10010 | 11111 | 101110 | 1000010 |
Color Harmonies of #D0AA81
Complementary color
Monochromatic Colors of #D0AA81
Black with #D0AA81
Text Example
Text Example
White with #D0AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA81; }
p { color: rgb(208,170,129); }
H1.HeaderClassName
{
color: #D0AA81;
}
.AnyTagClassName
{
color: #D0AA81;
}
</style>
background-color css
<style>
a { background-color: #D0AA81; }
a { background-color: rgb(208,170,129); }
div.DivClassName
{
background-color: #D0AA81;
}
.BgClassName
{
background-color: #D0AA81;
}
</style>
border-color css
<style>
span { border-color: #D0AA81; }
span { border-color: rgb(208,170,129); }
td.TdClassName
{
border-color: #D0AA81;
}
.TagClassName
{
border-color: #D0AA81;
}
</style>