Shades of Cameo #D1A67C
Tints of Cameo #D1A67C
RGB
CMYK
RGB Variations
Color information
#D1A67C (or 0xD1A67C) is known color: Cameo. HEX triplet: D1, A6 and 7C. RGB value is (209,166,124). Sum of RGB (Red+Green+Blue) = 209+166+124=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A67C is #2E5983. Grayscale: #AEAEAE. Windows color (decimal): -3037572 or 8169169. OLE color: 8169169.
HSL color Cylindrical-coordinate representation of color #D1A67C: hue angle of 29.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1A67C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 124 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.18 |
| HSL | 29.65º | 0.48% | 0.65% | - |
| HSV(B) | 29.65º | 0.41% | 0.82% | - |
| XYZ | 43.57 | 42.28 | 24.93 | - |
| YUV | 174.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 124 | 0 | 0.21 | 0.41 | 0.18 | 29.65 | 0.48 | 0.65 |
| Hex | D1 | A6 | 7C | 0 | 15 | 29 | 12 | 1E | 30 | 41 |
| Octal | 321 | 246 | 174 | 0 | 25 | 51 | 22 | 36 | 60 | 101 |
| Binary | 11010001 | 10100110 | 1111100 | 0 | 10101 | 101001 | 10010 | 11110 | 110000 | 1000001 |
Color Harmonies of #D1A67C
Complementary color
Monochromatic Colors of #D1A67C
Black with #D1A67C
Text Example
Text Example
White with #D1A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A67C; }
p { color: rgb(209,166,124); }
H1.HeaderClassName
{
color: #D1A67C;
}
.AnyTagClassName
{
color: #D1A67C;
}
</style>
background-color css
<style>
a { background-color: #D1A67C; }
a { background-color: rgb(209,166,124); }
div.DivClassName
{
background-color: #D1A67C;
}
.BgClassName
{
background-color: #D1A67C;
}
</style>
border-color css
<style>
span { border-color: #D1A67C; }
span { border-color: rgb(209,166,124); }
td.TdClassName
{
border-color: #D1A67C;
}
.TagClassName
{
border-color: #D1A67C;
}
</style>