Shades of Cameo #D1A879
Tints of Cameo #D1A879
RGB
CMYK
RGB Variations
Color information
#D1A879 (or 0xD1A879) is known color: Cameo. HEX triplet: D1, A8 and 79. RGB value is (209,168,121). Sum of RGB (Red+Green+Blue) = 209+168+121=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A879 is #2E5786. Grayscale: #AFAFAF. Windows color (decimal): -3037063 or 7973073. OLE color: 7973073.
HSL color Cylindrical-coordinate representation of color #D1A879: hue angle of 32.05º degrees, saturation: 0.49, 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 #D1A879 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 121 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.18 |
| HSL | 32.05º | 0.49% | 0.65% | - |
| HSV(B) | 32.05º | 0.42% | 0.82% | - |
| XYZ | 43.75 | 42.94 | 24.07 | - |
| YUV | 174.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 121 | 0 | 0.20 | 0.42 | 0.18 | 32.05 | 0.49 | 0.65 |
| Hex | D1 | A8 | 79 | 0 | 14 | 2A | 12 | 20 | 31 | 41 |
| Octal | 321 | 250 | 171 | 0 | 24 | 52 | 22 | 40 | 61 | 101 |
| Binary | 11010001 | 10101000 | 1111001 | 0 | 10100 | 101010 | 10010 | 100000 | 110001 | 1000001 |
Color Harmonies of #D1A879
Complementary color
Monochromatic Colors of #D1A879
Black with #D1A879
Text Example
Text Example
White with #D1A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A879; }
p { color: rgb(209,168,121); }
H1.HeaderClassName
{
color: #D1A879;
}
.AnyTagClassName
{
color: #D1A879;
}
</style>
background-color css
<style>
a { background-color: #D1A879; }
a { background-color: rgb(209,168,121); }
div.DivClassName
{
background-color: #D1A879;
}
.BgClassName
{
background-color: #D1A879;
}
</style>
border-color css
<style>
span { border-color: #D1A879; }
span { border-color: rgb(209,168,121); }
td.TdClassName
{
border-color: #D1A879;
}
.TagClassName
{
border-color: #D1A879;
}
</style>