Shades of Cameo #D1A076
Tints of Cameo #D1A076
RGB
CMYK
RGB Variations
Color information
#D1A076 (or 0xD1A076) is known color: Cameo. HEX triplet: D1, A0 and 76. RGB value is (209,160,118). Sum of RGB (Red+Green+Blue) = 209+160+118=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A076 is #2E5F89. Grayscale: #AAAAAA. Windows color (decimal): -3039114 or 7774417. OLE color: 7774417.
HSL color Cylindrical-coordinate representation of color #D1A076: hue angle of 27.69º degrees, saturation: 0.5, 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 #D1A076 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 118 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.18 |
| HSL | 27.69º | 0.5% | 0.64% | - |
| HSV(B) | 27.69º | 0.44% | 0.82% | - |
| XYZ | 42.14 | 40 | 22.64 | - |
| YUV | 169.86 | 98.73 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 118 | 0 | 0.23 | 0.44 | 0.18 | 27.69 | 0.5 | 0.64 |
| Hex | D1 | A0 | 76 | 0 | 17 | 2C | 12 | 1C | 32 | 40 |
| Octal | 321 | 240 | 166 | 0 | 27 | 54 | 22 | 34 | 62 | 100 |
| Binary | 11010001 | 10100000 | 1110110 | 0 | 10111 | 101100 | 10010 | 11100 | 110010 | 1000000 |
Color Harmonies of #D1A076
Complementary color
Monochromatic Colors of #D1A076
Black with #D1A076
Text Example
Text Example
White with #D1A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A076; }
p { color: rgb(209,160,118); }
H1.HeaderClassName
{
color: #D1A076;
}
.AnyTagClassName
{
color: #D1A076;
}
</style>
background-color css
<style>
a { background-color: #D1A076; }
a { background-color: rgb(209,160,118); }
div.DivClassName
{
background-color: #D1A076;
}
.BgClassName
{
background-color: #D1A076;
}
</style>
border-color css
<style>
span { border-color: #D1A076; }
span { border-color: rgb(209,160,118); }
td.TdClassName
{
border-color: #D1A076;
}
.TagClassName
{
border-color: #D1A076;
}
</style>