Shades of Cameo #D1A67B
Tints of Cameo #D1A67B
RGB
CMYK
RGB Variations
Color information
#D1A67B (or 0xD1A67B) is known color: Cameo. HEX triplet: D1, A6 and 7B. RGB value is (209,166,123). Sum of RGB (Red+Green+Blue) = 209+166+123=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A67B is #2E5984. Grayscale: #AEAEAE. Windows color (decimal): -3037573 or 8103633. OLE color: 8103633.
HSL color Cylindrical-coordinate representation of color #D1A67B: hue angle of 30º 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 #D1A67B is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 123 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.18 |
| HSL | 30º | 0.48% | 0.65% | - |
| HSV(B) | 30º | 0.41% | 0.82% | - |
| XYZ | 43.51 | 42.26 | 24.6 | - |
| YUV | 173.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 123 | 0 | 0.21 | 0.41 | 0.18 | 30 | 0.48 | 0.65 |
| Hex | D1 | A6 | 7B | 0 | 15 | 29 | 12 | 1E | 30 | 41 |
| Octal | 321 | 246 | 173 | 0 | 25 | 51 | 22 | 36 | 60 | 101 |
| Binary | 11010001 | 10100110 | 1111011 | 0 | 10101 | 101001 | 10010 | 11110 | 110000 | 1000001 |
Color Harmonies of #D1A67B
Complementary color
Monochromatic Colors of #D1A67B
Black with #D1A67B
Text Example
Text Example
White with #D1A67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A67B; }
p { color: rgb(209,166,123); }
H1.HeaderClassName
{
color: #D1A67B;
}
.AnyTagClassName
{
color: #D1A67B;
}
</style>
background-color css
<style>
a { background-color: #D1A67B; }
a { background-color: rgb(209,166,123); }
div.DivClassName
{
background-color: #D1A67B;
}
.BgClassName
{
background-color: #D1A67B;
}
</style>
border-color css
<style>
span { border-color: #D1A67B; }
span { border-color: rgb(209,166,123); }
td.TdClassName
{
border-color: #D1A67B;
}
.TagClassName
{
border-color: #D1A67B;
}
</style>