Shades of Cameo #D2A288
Tints of Cameo #D2A288
RGB
CMYK
RGB Variations
Color information
#D2A288 (or 0xD2A288) is known color: Cameo. HEX triplet: D2, A2 and 88. RGB value is (210,162,136). Sum of RGB (Red+Green+Blue) = 210+162+136=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A288 is #2D5D77. Grayscale: #ADADAD. Windows color (decimal): -2973048 or 8954578. OLE color: 8954578.
HSL color Cylindrical-coordinate representation of color #D2A288: hue angle of 21.08º 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 #D2A288 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 136 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.18 |
| HSL | 21.08º | 0.45% | 0.68% | - |
| HSV(B) | 21.08º | 0.35% | 0.82% | - |
| XYZ | 43.94 | 41.32 | 28.95 | - |
| YUV | 173.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 136 | 0 | 0.23 | 0.35 | 0.18 | 21.08 | 0.45 | 0.68 |
| Hex | D2 | A2 | 88 | 0 | 17 | 23 | 12 | 15 | 2D | 44 |
| Octal | 322 | 242 | 210 | 0 | 27 | 43 | 22 | 25 | 55 | 104 |
| Binary | 11010010 | 10100010 | 10001000 | 0 | 10111 | 100011 | 10010 | 10101 | 101101 | 1000100 |
Color Harmonies of #D2A288
Complementary color
Monochromatic Colors of #D2A288
Black with #D2A288
Text Example
Text Example
White with #D2A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A288; }
p { color: rgb(210,162,136); }
H1.HeaderClassName
{
color: #D2A288;
}
.AnyTagClassName
{
color: #D2A288;
}
</style>
background-color css
<style>
a { background-color: #D2A288; }
a { background-color: rgb(210,162,136); }
div.DivClassName
{
background-color: #D2A288;
}
.BgClassName
{
background-color: #D2A288;
}
</style>
border-color css
<style>
span { border-color: #D2A288; }
span { border-color: rgb(210,162,136); }
td.TdClassName
{
border-color: #D2A288;
}
.TagClassName
{
border-color: #D2A288;
}
</style>