Shades of Cameo #D1A77A
Tints of Cameo #D1A77A
RGB
CMYK
RGB Variations
Color information
#D1A77A (or 0xD1A77A) is known color: Cameo. HEX triplet: D1, A7 and 7A. RGB value is (209,167,122). Sum of RGB (Red+Green+Blue) = 209+167+122=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A77A is #2E5885. Grayscale: #AEAEAE. Windows color (decimal): -3037318 or 8038353. OLE color: 8038353.
HSL color Cylindrical-coordinate representation of color #D1A77A: hue angle of 31.03º 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 #D1A77A is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 122 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.18 |
| HSL | 31.03º | 0.49% | 0.65% | - |
| HSV(B) | 31.03º | 0.42% | 0.82% | - |
| XYZ | 43.63 | 42.6 | 24.34 | - |
| YUV | 174.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 122 | 0 | 0.20 | 0.42 | 0.18 | 31.03 | 0.49 | 0.65 |
| Hex | D1 | A7 | 7A | 0 | 14 | 2A | 12 | 1F | 31 | 41 |
| Octal | 321 | 247 | 172 | 0 | 24 | 52 | 22 | 37 | 61 | 101 |
| Binary | 11010001 | 10100111 | 1111010 | 0 | 10100 | 101010 | 10010 | 11111 | 110001 | 1000001 |
Color Harmonies of #D1A77A
Complementary color
Monochromatic Colors of #D1A77A
Black with #D1A77A
Text Example
Text Example
White with #D1A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A77A; }
p { color: rgb(209,167,122); }
H1.HeaderClassName
{
color: #D1A77A;
}
.AnyTagClassName
{
color: #D1A77A;
}
</style>
background-color css
<style>
a { background-color: #D1A77A; }
a { background-color: rgb(209,167,122); }
div.DivClassName
{
background-color: #D1A77A;
}
.BgClassName
{
background-color: #D1A77A;
}
</style>
border-color css
<style>
span { border-color: #D1A77A; }
span { border-color: rgb(209,167,122); }
td.TdClassName
{
border-color: #D1A77A;
}
.TagClassName
{
border-color: #D1A77A;
}
</style>