Shades of Cameo #D1A475
Tints of Cameo #D1A475
RGB
CMYK
RGB Variations
Color information
#D1A475 (or 0xD1A475) is known color: Cameo. HEX triplet: D1, A4 and 75. RGB value is (209,164,117). Sum of RGB (Red+Green+Blue) = 209+164+117=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A475 is #2E5B8A. Grayscale: #ACACAC. Windows color (decimal): -3038091 or 7709905. OLE color: 7709905.
HSL color Cylindrical-coordinate representation of color #D1A475: hue angle of 30.65º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1A475 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 117 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.18 |
| HSL | 30.65º | 0.5% | 0.64% | - |
| HSV(B) | 30.65º | 0.44% | 0.82% | - |
| XYZ | 42.78 | 41.39 | 22.56 | - |
| YUV | 172.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 117 | 0 | 0.22 | 0.44 | 0.18 | 30.65 | 0.5 | 0.64 |
| Hex | D1 | A4 | 75 | 0 | 16 | 2C | 12 | 1F | 32 | 40 |
| Octal | 321 | 244 | 165 | 0 | 26 | 54 | 22 | 37 | 62 | 100 |
| Binary | 11010001 | 10100100 | 1110101 | 0 | 10110 | 101100 | 10010 | 11111 | 110010 | 1000000 |
Color Harmonies of #D1A475
Complementary color
Monochromatic Colors of #D1A475
Black with #D1A475
Text Example
Text Example
White with #D1A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A475; }
p { color: rgb(209,164,117); }
H1.HeaderClassName
{
color: #D1A475;
}
.AnyTagClassName
{
color: #D1A475;
}
</style>
background-color css
<style>
a { background-color: #D1A475; }
a { background-color: rgb(209,164,117); }
div.DivClassName
{
background-color: #D1A475;
}
.BgClassName
{
background-color: #D1A475;
}
</style>
border-color css
<style>
span { border-color: #D1A475; }
span { border-color: rgb(209,164,117); }
td.TdClassName
{
border-color: #D1A475;
}
.TagClassName
{
border-color: #D1A475;
}
</style>