Shades of Cameo #D0A887
Tints of Cameo #D0A887
RGB
CMYK
RGB Variations
Color information
#D0A887 (or 0xD0A887) is known color: Cameo. HEX triplet: D0, A8 and 87. RGB value is (208,168,135). Sum of RGB (Red+Green+Blue) = 208+168+135=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A887 is #2F5778. Grayscale: #B0B0B0. Windows color (decimal): -3102585 or 8890576. OLE color: 8890576.
HSL color Cylindrical-coordinate representation of color #D0A887: hue angle of 27.12º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0A887 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 135 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.18 |
| HSL | 27.12º | 0.44% | 0.67% | - |
| HSV(B) | 27.12º | 0.35% | 0.82% | - |
| XYZ | 44.39 | 43.16 | 28.91 | - |
| YUV | 176.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 135 | 0 | 0.19 | 0.35 | 0.18 | 27.12 | 0.44 | 0.67 |
| Hex | D0 | A8 | 87 | 0 | 13 | 23 | 12 | 1B | 2C | 43 |
| Octal | 320 | 250 | 207 | 0 | 23 | 43 | 22 | 33 | 54 | 103 |
| Binary | 11010000 | 10101000 | 10000111 | 0 | 10011 | 100011 | 10010 | 11011 | 101100 | 1000011 |
Color Harmonies of #D0A887
Complementary color
Monochromatic Colors of #D0A887
Black with #D0A887
Text Example
Text Example
White with #D0A887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A887; }
p { color: rgb(208,168,135); }
H1.HeaderClassName
{
color: #D0A887;
}
.AnyTagClassName
{
color: #D0A887;
}
</style>
background-color css
<style>
a { background-color: #D0A887; }
a { background-color: rgb(208,168,135); }
div.DivClassName
{
background-color: #D0A887;
}
.BgClassName
{
background-color: #D0A887;
}
</style>
border-color css
<style>
span { border-color: #D0A887; }
span { border-color: rgb(208,168,135); }
td.TdClassName
{
border-color: #D0A887;
}
.TagClassName
{
border-color: #D0A887;
}
</style>