Shades of Cameo #D2A078
Tints of Cameo #D2A078
RGB
CMYK
RGB Variations
Color information
#D2A078 (or 0xD2A078) is known color: Cameo. HEX triplet: D2, A0 and 78. RGB value is (210,160,120). Sum of RGB (Red+Green+Blue) = 210+160+120=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A078 is #2D5F87. Grayscale: #AAAAAA. Windows color (decimal): -2973576 or 7905490. OLE color: 7905490.
HSL color Cylindrical-coordinate representation of color #D2A078: hue angle of 26.67º degrees, saturation: 0.5, 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 #D2A078 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 160 | 120 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.18 |
| HSL | 26.67º | 0.5% | 0.65% | - |
| HSV(B) | 26.67º | 0.43% | 0.82% | - |
| XYZ | 42.54 | 40.2 | 23.29 | - |
| YUV | 170.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 160 | 120 | 0 | 0.24 | 0.43 | 0.18 | 26.67 | 0.5 | 0.65 |
| Hex | D2 | A0 | 78 | 0 | 18 | 2B | 12 | 1B | 32 | 41 |
| Octal | 322 | 240 | 170 | 0 | 30 | 53 | 22 | 33 | 62 | 101 |
| Binary | 11010010 | 10100000 | 1111000 | 0 | 11000 | 101011 | 10010 | 11011 | 110010 | 1000001 |
Color Harmonies of #D2A078
Complementary color
Monochromatic Colors of #D2A078
Black with #D2A078
Text Example
Text Example
White with #D2A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A078; }
p { color: rgb(210,160,120); }
H1.HeaderClassName
{
color: #D2A078;
}
.AnyTagClassName
{
color: #D2A078;
}
</style>
background-color css
<style>
a { background-color: #D2A078; }
a { background-color: rgb(210,160,120); }
div.DivClassName
{
background-color: #D2A078;
}
.BgClassName
{
background-color: #D2A078;
}
</style>
border-color css
<style>
span { border-color: #D2A078; }
span { border-color: rgb(210,160,120); }
td.TdClassName
{
border-color: #D2A078;
}
.TagClassName
{
border-color: #D2A078;
}
</style>