Shades of Cameo #D2A888
Tints of Cameo #D2A888
RGB
CMYK
RGB Variations
Color information
#D2A888 (or 0xD2A888) is known color: Cameo. HEX triplet: D2, A8 and 88. RGB value is (210,168,136). Sum of RGB (Red+Green+Blue) = 210+168+136=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A888 is #2D5777. Grayscale: #B1B1B1. Windows color (decimal): -2971512 or 8956114. OLE color: 8956114.
HSL color Cylindrical-coordinate representation of color #D2A888: hue angle of 25.95º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2A888 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 136 | - |
| CMYK | 0 | 0.2 | 0.35 | 0.18 |
| HSL | 25.95º | 0.45% | 0.68% | - |
| HSV(B) | 25.95º | 0.35% | 0.82% | - |
| XYZ | 45.02 | 43.48 | 29.31 | - |
| YUV | 176.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 136 | 0 | 0.2 | 0.35 | 0.18 | 25.95 | 0.45 | 0.68 |
| Hex | D2 | A8 | 88 | 0 | 14 | 23 | 12 | 1A | 2D | 44 |
| Octal | 322 | 250 | 210 | 0 | 24 | 43 | 22 | 32 | 55 | 104 |
| Binary | 11010010 | 10101000 | 10001000 | 0 | 10100 | 100011 | 10010 | 11010 | 101101 | 1000100 |
Color Harmonies of #D2A888
Complementary color
Monochromatic Colors of #D2A888
Black with #D2A888
Text Example
Text Example
White with #D2A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A888; }
p { color: rgb(210,168,136); }
H1.HeaderClassName
{
color: #D2A888;
}
.AnyTagClassName
{
color: #D2A888;
}
</style>
background-color css
<style>
a { background-color: #D2A888; }
a { background-color: rgb(210,168,136); }
div.DivClassName
{
background-color: #D2A888;
}
.BgClassName
{
background-color: #D2A888;
}
</style>
border-color css
<style>
span { border-color: #D2A888; }
span { border-color: rgb(210,168,136); }
td.TdClassName
{
border-color: #D2A888;
}
.TagClassName
{
border-color: #D2A888;
}
</style>