Shades of Cameo #D2A879
Tints of Cameo #D2A879
RGB
CMYK
RGB Variations
Color information
#D2A879 (or 0xD2A879) is known color: Cameo. HEX triplet: D2, A8 and 79. RGB value is (210,168,121). Sum of RGB (Red+Green+Blue) = 210+168+121=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A879 is #2D5786. Grayscale: #AFAFAF. Windows color (decimal): -2971527 or 7973074. OLE color: 7973074.
HSL color Cylindrical-coordinate representation of color #D2A879: hue angle of 31.69º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2A879 is Cyan = 0, Magento = 0.2, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 121 | - |
| CMYK | 0 | 0.2 | 0.42 | 0.18 |
| HSL | 31.69º | 0.5% | 0.65% | - |
| HSV(B) | 31.69º | 0.42% | 0.82% | - |
| XYZ | 44.03 | 43.09 | 24.09 | - |
| YUV | 175.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 121 | 0 | 0.2 | 0.42 | 0.18 | 31.69 | 0.5 | 0.65 |
| Hex | D2 | A8 | 79 | 0 | 14 | 2A | 12 | 20 | 32 | 41 |
| Octal | 322 | 250 | 171 | 0 | 24 | 52 | 22 | 40 | 62 | 101 |
| Binary | 11010010 | 10101000 | 1111001 | 0 | 10100 | 101010 | 10010 | 100000 | 110010 | 1000001 |
Color Harmonies of #D2A879
Complementary color
Monochromatic Colors of #D2A879
Black with #D2A879
Text Example
Text Example
White with #D2A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A879; }
p { color: rgb(210,168,121); }
H1.HeaderClassName
{
color: #D2A879;
}
.AnyTagClassName
{
color: #D2A879;
}
</style>
background-color css
<style>
a { background-color: #D2A879; }
a { background-color: rgb(210,168,121); }
div.DivClassName
{
background-color: #D2A879;
}
.BgClassName
{
background-color: #D2A879;
}
</style>
border-color css
<style>
span { border-color: #D2A879; }
span { border-color: rgb(210,168,121); }
td.TdClassName
{
border-color: #D2A879;
}
.TagClassName
{
border-color: #D2A879;
}
</style>