Shades of Cameo #D1A078
Tints of Cameo #D1A078
RGB
CMYK
RGB Variations
Color information
#D1A078 (or 0xD1A078) is known color: Cameo. HEX triplet: D1, A0 and 78. RGB value is (209,160,120). Sum of RGB (Red+Green+Blue) = 209+160+120=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A078 is #2E5F87. Grayscale: #AAAAAA. Windows color (decimal): -3039112 or 7905489. OLE color: 7905489.
HSL color Cylindrical-coordinate representation of color #D1A078: hue angle of 26.97º 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 #D1A078 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 120 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.18 |
| HSL | 26.97º | 0.49% | 0.65% | - |
| HSV(B) | 26.97º | 0.43% | 0.82% | - |
| XYZ | 42.26 | 40.05 | 23.27 | - |
| YUV | 170.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 120 | 0 | 0.23 | 0.43 | 0.18 | 26.97 | 0.49 | 0.65 |
| Hex | D1 | A0 | 78 | 0 | 17 | 2B | 12 | 1B | 31 | 41 |
| Octal | 321 | 240 | 170 | 0 | 27 | 53 | 22 | 33 | 61 | 101 |
| Binary | 11010001 | 10100000 | 1111000 | 0 | 10111 | 101011 | 10010 | 11011 | 110001 | 1000001 |
Color Harmonies of #D1A078
Complementary color
Monochromatic Colors of #D1A078
Black with #D1A078
Text Example
Text Example
White with #D1A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A078; }
p { color: rgb(209,160,120); }
H1.HeaderClassName
{
color: #D1A078;
}
.AnyTagClassName
{
color: #D1A078;
}
</style>
background-color css
<style>
a { background-color: #D1A078; }
a { background-color: rgb(209,160,120); }
div.DivClassName
{
background-color: #D1A078;
}
.BgClassName
{
background-color: #D1A078;
}
</style>
border-color css
<style>
span { border-color: #D1A078; }
span { border-color: rgb(209,160,120); }
td.TdClassName
{
border-color: #D1A078;
}
.TagClassName
{
border-color: #D1A078;
}
</style>