Shades of Cameo #D1A478
Tints of Cameo #D1A478
RGB
CMYK
RGB Variations
Color information
#D1A478 (or 0xD1A478) is known color: Cameo. HEX triplet: D1, A4 and 78. RGB value is (209,164,120). Sum of RGB (Red+Green+Blue) = 209+164+120=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A478 is #2E5B87. Grayscale: #ACACAC. Windows color (decimal): -3038088 or 7906513. OLE color: 7906513.
HSL color Cylindrical-coordinate representation of color #D1A478: hue angle of 29.66º 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 #D1A478 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 120 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.18 |
| HSL | 29.66º | 0.49% | 0.65% | - |
| HSV(B) | 29.66º | 0.43% | 0.82% | - |
| XYZ | 42.96 | 41.46 | 23.51 | - |
| YUV | 172.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 120 | 0 | 0.22 | 0.43 | 0.18 | 29.66 | 0.49 | 0.65 |
| Hex | D1 | A4 | 78 | 0 | 16 | 2B | 12 | 1E | 31 | 41 |
| Octal | 321 | 244 | 170 | 0 | 26 | 53 | 22 | 36 | 61 | 101 |
| Binary | 11010001 | 10100100 | 1111000 | 0 | 10110 | 101011 | 10010 | 11110 | 110001 | 1000001 |
Color Harmonies of #D1A478
Complementary color
Monochromatic Colors of #D1A478
Black with #D1A478
Text Example
Text Example
White with #D1A478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A478; }
p { color: rgb(209,164,120); }
H1.HeaderClassName
{
color: #D1A478;
}
.AnyTagClassName
{
color: #D1A478;
}
</style>
background-color css
<style>
a { background-color: #D1A478; }
a { background-color: rgb(209,164,120); }
div.DivClassName
{
background-color: #D1A478;
}
.BgClassName
{
background-color: #D1A478;
}
</style>
border-color css
<style>
span { border-color: #D1A478; }
span { border-color: rgb(209,164,120); }
td.TdClassName
{
border-color: #D1A478;
}
.TagClassName
{
border-color: #D1A478;
}
</style>