Shades of Cameo #D1A178
Tints of Cameo #D1A178
RGB
CMYK
RGB Variations
Color information
#D1A178 (or 0xD1A178) is known color: Cameo. HEX triplet: D1, A1 and 78. RGB value is (209,161,120). Sum of RGB (Red+Green+Blue) = 209+161+120=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A178 is #2E5E87. Grayscale: #AAAAAA. Windows color (decimal): -3038856 or 7905745. OLE color: 7905745.
HSL color Cylindrical-coordinate representation of color #D1A178: hue angle of 27.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1A178 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 120 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.18 |
| HSL | 27.64º | 0.49% | 0.65% | - |
| HSV(B) | 27.64º | 0.43% | 0.82% | - |
| XYZ | 42.43 | 40.4 | 23.33 | - |
| YUV | 170.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 120 | 0 | 0.23 | 0.43 | 0.18 | 27.64 | 0.49 | 0.65 |
| Hex | D1 | A1 | 78 | 0 | 17 | 2B | 12 | 1C | 31 | 41 |
| Octal | 321 | 241 | 170 | 0 | 27 | 53 | 22 | 34 | 61 | 101 |
| Binary | 11010001 | 10100001 | 1111000 | 0 | 10111 | 101011 | 10010 | 11100 | 110001 | 1000001 |
Color Harmonies of #D1A178
Complementary color
Monochromatic Colors of #D1A178
Black with #D1A178
Text Example
Text Example
White with #D1A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A178; }
p { color: rgb(209,161,120); }
H1.HeaderClassName
{
color: #D1A178;
}
.AnyTagClassName
{
color: #D1A178;
}
</style>
background-color css
<style>
a { background-color: #D1A178; }
a { background-color: rgb(209,161,120); }
div.DivClassName
{
background-color: #D1A178;
}
.BgClassName
{
background-color: #D1A178;
}
</style>
border-color css
<style>
span { border-color: #D1A178; }
span { border-color: rgb(209,161,120); }
td.TdClassName
{
border-color: #D1A178;
}
.TagClassName
{
border-color: #D1A178;
}
</style>