Shades of Cameo #D2A387
Tints of Cameo #D2A387
RGB
CMYK
RGB Variations
Color information
#D2A387 (or 0xD2A387) is known color: Cameo. HEX triplet: D2, A3 and 87. RGB value is (210,163,135). Sum of RGB (Red+Green+Blue) = 210+163+135=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A387 is #2D5C78. Grayscale: #AEAEAE. Windows color (decimal): -2972793 or 8889298. OLE color: 8889298.
HSL color Cylindrical-coordinate representation of color #D2A387: hue angle of 22.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2A387 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 135 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.18 |
| HSL | 22.4º | 0.45% | 0.68% | - |
| HSV(B) | 22.4º | 0.36% | 0.82% | - |
| XYZ | 44.05 | 41.65 | 28.64 | - |
| YUV | 173.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 135 | 0 | 0.22 | 0.36 | 0.18 | 22.4 | 0.45 | 0.68 |
| Hex | D2 | A3 | 87 | 0 | 16 | 24 | 12 | 16 | 2D | 44 |
| Octal | 322 | 243 | 207 | 0 | 26 | 44 | 22 | 26 | 55 | 104 |
| Binary | 11010010 | 10100011 | 10000111 | 0 | 10110 | 100100 | 10010 | 10110 | 101101 | 1000100 |
Color Harmonies of #D2A387
Complementary color
Monochromatic Colors of #D2A387
Black with #D2A387
Text Example
Text Example
White with #D2A387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A387; }
p { color: rgb(210,163,135); }
H1.HeaderClassName
{
color: #D2A387;
}
.AnyTagClassName
{
color: #D2A387;
}
</style>
background-color css
<style>
a { background-color: #D2A387; }
a { background-color: rgb(210,163,135); }
div.DivClassName
{
background-color: #D2A387;
}
.BgClassName
{
background-color: #D2A387;
}
</style>
border-color css
<style>
span { border-color: #D2A387; }
span { border-color: rgb(210,163,135); }
td.TdClassName
{
border-color: #D2A387;
}
.TagClassName
{
border-color: #D2A387;
}
</style>