Shades of Cameo #D1A67A
Tints of Cameo #D1A67A
RGB
CMYK
RGB Variations
Color information
#D1A67A (or 0xD1A67A) is known color: Cameo. HEX triplet: D1, A6 and 7A. RGB value is (209,166,122). Sum of RGB (Red+Green+Blue) = 209+166+122=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A67A is #2E5985. Grayscale: #AEAEAE. Windows color (decimal): -3037574 or 8038097. OLE color: 8038097.
HSL color Cylindrical-coordinate representation of color #D1A67A: hue angle of 30.34º 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 #D1A67A is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 122 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.18 |
| HSL | 30.34º | 0.49% | 0.65% | - |
| HSV(B) | 30.34º | 0.42% | 0.82% | - |
| XYZ | 43.44 | 42.23 | 24.27 | - |
| YUV | 173.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 122 | 0 | 0.21 | 0.42 | 0.18 | 30.34 | 0.49 | 0.65 |
| Hex | D1 | A6 | 7A | 0 | 15 | 2A | 12 | 1E | 31 | 41 |
| Octal | 321 | 246 | 172 | 0 | 25 | 52 | 22 | 36 | 61 | 101 |
| Binary | 11010001 | 10100110 | 1111010 | 0 | 10101 | 101010 | 10010 | 11110 | 110001 | 1000001 |
Color Harmonies of #D1A67A
Complementary color
Monochromatic Colors of #D1A67A
Black with #D1A67A
Text Example
Text Example
White with #D1A67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A67A; }
p { color: rgb(209,166,122); }
H1.HeaderClassName
{
color: #D1A67A;
}
.AnyTagClassName
{
color: #D1A67A;
}
</style>
background-color css
<style>
a { background-color: #D1A67A; }
a { background-color: rgb(209,166,122); }
div.DivClassName
{
background-color: #D1A67A;
}
.BgClassName
{
background-color: #D1A67A;
}
</style>
border-color css
<style>
span { border-color: #D1A67A; }
span { border-color: rgb(209,166,122); }
td.TdClassName
{
border-color: #D1A67A;
}
.TagClassName
{
border-color: #D1A67A;
}
</style>