Shades of Cameo #D0A685
Tints of Cameo #D0A685
RGB
CMYK
RGB Variations
Color information
#D0A685 (or 0xD0A685) is known color: Cameo. HEX triplet: D0, A6 and 85. RGB value is (208,166,133). Sum of RGB (Red+Green+Blue) = 208+166+133=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A685 is #2F597A. Grayscale: #AEAEAE. Windows color (decimal): -3103099 or 8758992. OLE color: 8758992.
HSL color Cylindrical-coordinate representation of color #D0A685: hue angle of 26.4º 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 #D0A685 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 133 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.18 |
| HSL | 26.4º | 0.44% | 0.67% | - |
| HSV(B) | 26.4º | 0.36% | 0.82% | - |
| XYZ | 43.88 | 42.38 | 28.06 | - |
| YUV | 174.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 133 | 0 | 0.20 | 0.36 | 0.18 | 26.4 | 0.44 | 0.67 |
| Hex | D0 | A6 | 85 | 0 | 14 | 24 | 12 | 1A | 2C | 43 |
| Octal | 320 | 246 | 205 | 0 | 24 | 44 | 22 | 32 | 54 | 103 |
| Binary | 11010000 | 10100110 | 10000101 | 0 | 10100 | 100100 | 10010 | 11010 | 101100 | 1000011 |
Color Harmonies of #D0A685
Complementary color
Monochromatic Colors of #D0A685
Black with #D0A685
Text Example
Text Example
White with #D0A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A685; }
p { color: rgb(208,166,133); }
H1.HeaderClassName
{
color: #D0A685;
}
.AnyTagClassName
{
color: #D0A685;
}
</style>
background-color css
<style>
a { background-color: #D0A685; }
a { background-color: rgb(208,166,133); }
div.DivClassName
{
background-color: #D0A685;
}
.BgClassName
{
background-color: #D0A685;
}
</style>
border-color css
<style>
span { border-color: #D0A685; }
span { border-color: rgb(208,166,133); }
td.TdClassName
{
border-color: #D0A685;
}
.TagClassName
{
border-color: #D0A685;
}
</style>