Shades of Cameo #D1A77E
Tints of Cameo #D1A77E
RGB
CMYK
RGB Variations
Color information
#D1A77E (or 0xD1A77E) is known color: Cameo. HEX triplet: D1, A7 and 7E. RGB value is (209,167,126). Sum of RGB (Red+Green+Blue) = 209+167+126=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A77E is #2E5881. Grayscale: #AFAFAF. Windows color (decimal): -3037314 or 8300497. OLE color: 8300497.
HSL color Cylindrical-coordinate representation of color #D1A77E: hue angle of 29.64º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1A77E is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 126 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.18 |
| HSL | 29.64º | 0.47% | 0.66% | - |
| HSV(B) | 29.64º | 0.4% | 0.82% | - |
| XYZ | 43.88 | 42.7 | 25.67 | - |
| YUV | 174.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 126 | 0 | 0.20 | 0.40 | 0.18 | 29.64 | 0.47 | 0.66 |
| Hex | D1 | A7 | 7E | 0 | 14 | 28 | 12 | 1E | 2F | 42 |
| Octal | 321 | 247 | 176 | 0 | 24 | 50 | 22 | 36 | 57 | 102 |
| Binary | 11010001 | 10100111 | 1111110 | 0 | 10100 | 101000 | 10010 | 11110 | 101111 | 1000010 |
Color Harmonies of #D1A77E
Complementary color
Monochromatic Colors of #D1A77E
Black with #D1A77E
Text Example
Text Example
White with #D1A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A77E; }
p { color: rgb(209,167,126); }
H1.HeaderClassName
{
color: #D1A77E;
}
.AnyTagClassName
{
color: #D1A77E;
}
</style>
background-color css
<style>
a { background-color: #D1A77E; }
a { background-color: rgb(209,167,126); }
div.DivClassName
{
background-color: #D1A77E;
}
.BgClassName
{
background-color: #D1A77E;
}
</style>
border-color css
<style>
span { border-color: #D1A77E; }
span { border-color: rgb(209,167,126); }
td.TdClassName
{
border-color: #D1A77E;
}
.TagClassName
{
border-color: #D1A77E;
}
</style>