Shades of Cameo #D0A885
Tints of Cameo #D0A885
RGB
CMYK
RGB Variations
Color information
#D0A885 (or 0xD0A885) is known color: Cameo. HEX triplet: D0, A8 and 85. RGB value is (208,168,133). Sum of RGB (Red+Green+Blue) = 208+168+133=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A885 is #2F577A. Grayscale: #B0B0B0. Windows color (decimal): -3102587 or 8759504. OLE color: 8759504.
HSL color Cylindrical-coordinate representation of color #D0A885: hue angle of 28º degrees, saturation: 0.44, 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 #D0A885 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 133 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.18 |
| HSL | 28º | 0.44% | 0.67% | - |
| HSV(B) | 28º | 0.36% | 0.82% | - |
| XYZ | 44.25 | 43.11 | 28.18 | - |
| YUV | 175.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 133 | 0 | 0.19 | 0.36 | 0.18 | 28 | 0.44 | 0.67 |
| Hex | D0 | A8 | 85 | 0 | 13 | 24 | 12 | 1C | 2C | 43 |
| Octal | 320 | 250 | 205 | 0 | 23 | 44 | 22 | 34 | 54 | 103 |
| Binary | 11010000 | 10101000 | 10000101 | 0 | 10011 | 100100 | 10010 | 11100 | 101100 | 1000011 |
Color Harmonies of #D0A885
Complementary color
Monochromatic Colors of #D0A885
Black with #D0A885
Text Example
Text Example
White with #D0A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A885; }
p { color: rgb(208,168,133); }
H1.HeaderClassName
{
color: #D0A885;
}
.AnyTagClassName
{
color: #D0A885;
}
</style>
background-color css
<style>
a { background-color: #D0A885; }
a { background-color: rgb(208,168,133); }
div.DivClassName
{
background-color: #D0A885;
}
.BgClassName
{
background-color: #D0A885;
}
</style>
border-color css
<style>
span { border-color: #D0A885; }
span { border-color: rgb(208,168,133); }
td.TdClassName
{
border-color: #D0A885;
}
.TagClassName
{
border-color: #D0A885;
}
</style>