Shades of Cameo #D1A376
Tints of Cameo #D1A376
RGB
CMYK
RGB Variations
Color information
#D1A376 (or 0xD1A376) is known color: Cameo. HEX triplet: D1, A3 and 76. RGB value is (209,163,118). Sum of RGB (Red+Green+Blue) = 209+163+118=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A376 is #2E5C89. Grayscale: #ABABAB. Windows color (decimal): -3038346 or 7775185. OLE color: 7775185.
HSL color Cylindrical-coordinate representation of color #D1A376: hue angle of 29.67º 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 #D1A376 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 118 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.18 |
| HSL | 29.67º | 0.5% | 0.64% | - |
| HSV(B) | 29.67º | 0.44% | 0.82% | - |
| XYZ | 42.66 | 41.06 | 22.82 | - |
| YUV | 171.62 | 97.74 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 118 | 0 | 0.22 | 0.44 | 0.18 | 29.67 | 0.5 | 0.64 |
| Hex | D1 | A3 | 76 | 0 | 16 | 2C | 12 | 1E | 32 | 40 |
| Octal | 321 | 243 | 166 | 0 | 26 | 54 | 22 | 36 | 62 | 100 |
| Binary | 11010001 | 10100011 | 1110110 | 0 | 10110 | 101100 | 10010 | 11110 | 110010 | 1000000 |
Color Harmonies of #D1A376
Complementary color
Monochromatic Colors of #D1A376
Black with #D1A376
Text Example
Text Example
White with #D1A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A376; }
p { color: rgb(209,163,118); }
H1.HeaderClassName
{
color: #D1A376;
}
.AnyTagClassName
{
color: #D1A376;
}
</style>
background-color css
<style>
a { background-color: #D1A376; }
a { background-color: rgb(209,163,118); }
div.DivClassName
{
background-color: #D1A376;
}
.BgClassName
{
background-color: #D1A376;
}
</style>
border-color css
<style>
span { border-color: #D1A376; }
span { border-color: rgb(209,163,118); }
td.TdClassName
{
border-color: #D1A376;
}
.TagClassName
{
border-color: #D1A376;
}
</style>