Shades of Cameo #D1A173
Tints of Cameo #D1A173
RGB
CMYK
RGB Variations
Color information
#D1A173 (or 0xD1A173) is known color: Cameo. HEX triplet: D1, A1 and 73. RGB value is (209,161,115). Sum of RGB (Red+Green+Blue) = 209+161+115=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A173 is #2E5E8C. Grayscale: #AAAAAA. Windows color (decimal): -3038861 or 7578065. OLE color: 7578065.
HSL color Cylindrical-coordinate representation of color #D1A173: hue angle of 29.36º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1A173 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 115 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.18 |
| HSL | 29.36º | 0.51% | 0.64% | - |
| HSV(B) | 29.36º | 0.45% | 0.82% | - |
| XYZ | 42.13 | 40.28 | 21.77 | - |
| YUV | 170.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 115 | 0 | 0.23 | 0.45 | 0.18 | 29.36 | 0.51 | 0.64 |
| Hex | D1 | A1 | 73 | 0 | 17 | 2D | 12 | 1D | 33 | 40 |
| Octal | 321 | 241 | 163 | 0 | 27 | 55 | 22 | 35 | 63 | 100 |
| Binary | 11010001 | 10100001 | 1110011 | 0 | 10111 | 101101 | 10010 | 11101 | 110011 | 1000000 |
Color Harmonies of #D1A173
Complementary color
Monochromatic Colors of #D1A173
Black with #D1A173
Text Example
Text Example
White with #D1A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A173; }
p { color: rgb(209,161,115); }
H1.HeaderClassName
{
color: #D1A173;
}
.AnyTagClassName
{
color: #D1A173;
}
</style>
background-color css
<style>
a { background-color: #D1A173; }
a { background-color: rgb(209,161,115); }
div.DivClassName
{
background-color: #D1A173;
}
.BgClassName
{
background-color: #D1A173;
}
</style>
border-color css
<style>
span { border-color: #D1A173; }
span { border-color: rgb(209,161,115); }
td.TdClassName
{
border-color: #D1A173;
}
.TagClassName
{
border-color: #D1A173;
}
</style>