Shades of Cameo #D2A488
Tints of Cameo #D2A488
RGB
CMYK
RGB Variations
Color information
#D2A488 (or 0xD2A488) is known color: Cameo. HEX triplet: D2, A4 and 88. RGB value is (210,164,136). Sum of RGB (Red+Green+Blue) = 210+164+136=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A488 is #2D5B77. Grayscale: #AEAEAE. Windows color (decimal): -2972536 or 8955090. OLE color: 8955090.
HSL color Cylindrical-coordinate representation of color #D2A488: hue angle of 22.7º 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 #D2A488 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 136 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.18 |
| HSL | 22.7º | 0.45% | 0.68% | - |
| HSV(B) | 22.7º | 0.35% | 0.82% | - |
| XYZ | 44.3 | 42.03 | 29.07 | - |
| YUV | 174.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 136 | 0 | 0.22 | 0.35 | 0.18 | 22.7 | 0.45 | 0.68 |
| Hex | D2 | A4 | 88 | 0 | 16 | 23 | 12 | 17 | 2D | 44 |
| Octal | 322 | 244 | 210 | 0 | 26 | 43 | 22 | 27 | 55 | 104 |
| Binary | 11010010 | 10100100 | 10001000 | 0 | 10110 | 100011 | 10010 | 10111 | 101101 | 1000100 |
Color Harmonies of #D2A488
Complementary color
Monochromatic Colors of #D2A488
Black with #D2A488
Text Example
Text Example
White with #D2A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A488; }
p { color: rgb(210,164,136); }
H1.HeaderClassName
{
color: #D2A488;
}
.AnyTagClassName
{
color: #D2A488;
}
</style>
background-color css
<style>
a { background-color: #D2A488; }
a { background-color: rgb(210,164,136); }
div.DivClassName
{
background-color: #D2A488;
}
.BgClassName
{
background-color: #D2A488;
}
</style>
border-color css
<style>
span { border-color: #D2A488; }
span { border-color: rgb(210,164,136); }
td.TdClassName
{
border-color: #D2A488;
}
.TagClassName
{
border-color: #D2A488;
}
</style>