Shades of Cameo #D0A778
Tints of Cameo #D0A778
RGB
CMYK
RGB Variations
Color information
#D0A778 (or 0xD0A778) is known color: Cameo. HEX triplet: D0, A7 and 78. RGB value is (208,167,120). Sum of RGB (Red+Green+Blue) = 208+167+120=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A778 is #2F5887. Grayscale: #AEAEAE. Windows color (decimal): -3102856 or 7907280. OLE color: 7907280.
HSL color Cylindrical-coordinate representation of color #D0A778: hue angle of 32.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0A778 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 120 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.18 |
| HSL | 32.05º | 0.48% | 0.64% | - |
| HSV(B) | 32.05º | 0.42% | 0.82% | - |
| XYZ | 43.22 | 42.4 | 23.68 | - |
| YUV | 173.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 120 | 0 | 0.20 | 0.42 | 0.18 | 32.05 | 0.48 | 0.64 |
| Hex | D0 | A7 | 78 | 0 | 14 | 2A | 12 | 20 | 30 | 40 |
| Octal | 320 | 247 | 170 | 0 | 24 | 52 | 22 | 40 | 60 | 100 |
| Binary | 11010000 | 10100111 | 1111000 | 0 | 10100 | 101010 | 10010 | 100000 | 110000 | 1000000 |
Color Harmonies of #D0A778
Complementary color
Monochromatic Colors of #D0A778
Black with #D0A778
Text Example
Text Example
White with #D0A778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A778; }
p { color: rgb(208,167,120); }
H1.HeaderClassName
{
color: #D0A778;
}
.AnyTagClassName
{
color: #D0A778;
}
</style>
background-color css
<style>
a { background-color: #D0A778; }
a { background-color: rgb(208,167,120); }
div.DivClassName
{
background-color: #D0A778;
}
.BgClassName
{
background-color: #D0A778;
}
</style>
border-color css
<style>
span { border-color: #D0A778; }
span { border-color: rgb(208,167,120); }
td.TdClassName
{
border-color: #D0A778;
}
.TagClassName
{
border-color: #D0A778;
}
</style>