Shades of Cameo #D1A07A
Tints of Cameo #D1A07A
RGB
CMYK
RGB Variations
Color information
#D1A07A (or 0xD1A07A) is known color: Cameo. HEX triplet: D1, A0 and 7A. RGB value is (209,160,122). Sum of RGB (Red+Green+Blue) = 209+160+122=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A07A is #2E5F85. Grayscale: #AAAAAA. Windows color (decimal): -3039110 or 8036561. OLE color: 8036561.
HSL color Cylindrical-coordinate representation of color #D1A07A: hue angle of 26.21º 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 #D1A07A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 122 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.18 |
| HSL | 26.21º | 0.49% | 0.65% | - |
| HSV(B) | 26.21º | 0.42% | 0.82% | - |
| XYZ | 42.38 | 40.1 | 23.92 | - |
| YUV | 170.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 122 | 0 | 0.23 | 0.42 | 0.18 | 26.21 | 0.49 | 0.65 |
| Hex | D1 | A0 | 7A | 0 | 17 | 2A | 12 | 1A | 31 | 41 |
| Octal | 321 | 240 | 172 | 0 | 27 | 52 | 22 | 32 | 61 | 101 |
| Binary | 11010001 | 10100000 | 1111010 | 0 | 10111 | 101010 | 10010 | 11010 | 110001 | 1000001 |
Color Harmonies of #D1A07A
Complementary color
Monochromatic Colors of #D1A07A
Black with #D1A07A
Text Example
Text Example
White with #D1A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A07A; }
p { color: rgb(209,160,122); }
H1.HeaderClassName
{
color: #D1A07A;
}
.AnyTagClassName
{
color: #D1A07A;
}
</style>
background-color css
<style>
a { background-color: #D1A07A; }
a { background-color: rgb(209,160,122); }
div.DivClassName
{
background-color: #D1A07A;
}
.BgClassName
{
background-color: #D1A07A;
}
</style>
border-color css
<style>
span { border-color: #D1A07A; }
span { border-color: rgb(209,160,122); }
td.TdClassName
{
border-color: #D1A07A;
}
.TagClassName
{
border-color: #D1A07A;
}
</style>