Shades of Cameo #D2A276
Tints of Cameo #D2A276
RGB
CMYK
RGB Variations
Color information
#D2A276 (or 0xD2A276) is known color: Cameo. HEX triplet: D2, A2 and 76. RGB value is (210,162,118). Sum of RGB (Red+Green+Blue) = 210+162+118=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A276 is #2D5D89. Grayscale: #ABABAB. Windows color (decimal): -2973066 or 7774930. OLE color: 7774930.
HSL color Cylindrical-coordinate representation of color #D2A276: hue angle of 28.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2A276 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 118 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.18 |
| HSL | 28.7º | 0.51% | 0.64% | - |
| HSV(B) | 28.7º | 0.44% | 0.82% | - |
| XYZ | 42.77 | 40.85 | 22.77 | - |
| YUV | 171.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 118 | 0 | 0.23 | 0.44 | 0.18 | 28.7 | 0.51 | 0.64 |
| Hex | D2 | A2 | 76 | 0 | 17 | 2C | 12 | 1D | 33 | 40 |
| Octal | 322 | 242 | 166 | 0 | 27 | 54 | 22 | 35 | 63 | 100 |
| Binary | 11010010 | 10100010 | 1110110 | 0 | 10111 | 101100 | 10010 | 11101 | 110011 | 1000000 |
Color Harmonies of #D2A276
Complementary color
Monochromatic Colors of #D2A276
Black with #D2A276
Text Example
Text Example
White with #D2A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A276; }
p { color: rgb(210,162,118); }
H1.HeaderClassName
{
color: #D2A276;
}
.AnyTagClassName
{
color: #D2A276;
}
</style>
background-color css
<style>
a { background-color: #D2A276; }
a { background-color: rgb(210,162,118); }
div.DivClassName
{
background-color: #D2A276;
}
.BgClassName
{
background-color: #D2A276;
}
</style>
border-color css
<style>
span { border-color: #D2A276; }
span { border-color: rgb(210,162,118); }
td.TdClassName
{
border-color: #D2A276;
}
.TagClassName
{
border-color: #D2A276;
}
</style>