Shades of Cameo #D0A676
Tints of Cameo #D0A676
RGB
CMYK
RGB Variations
Color information
#D0A676 (or 0xD0A676) is known color: Cameo. HEX triplet: D0, A6 and 76. RGB value is (208,166,118). Sum of RGB (Red+Green+Blue) = 208+166+118=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A676 is #2F5989. Grayscale: #ADADAD. Windows color (decimal): -3103114 or 7775952. OLE color: 7775952.
HSL color Cylindrical-coordinate representation of color #D0A676: hue angle of 32º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0A676 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 118 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.18 |
| HSL | 32º | 0.49% | 0.64% | - |
| HSV(B) | 32º | 0.43% | 0.82% | - |
| XYZ | 42.92 | 41.99 | 22.98 | - |
| YUV | 173.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 118 | 0 | 0.20 | 0.43 | 0.18 | 32 | 0.49 | 0.64 |
| Hex | D0 | A6 | 76 | 0 | 14 | 2B | 12 | 20 | 31 | 40 |
| Octal | 320 | 246 | 166 | 0 | 24 | 53 | 22 | 40 | 61 | 100 |
| Binary | 11010000 | 10100110 | 1110110 | 0 | 10100 | 101011 | 10010 | 100000 | 110001 | 1000000 |
Color Harmonies of #D0A676
Complementary color
Monochromatic Colors of #D0A676
Black with #D0A676
Text Example
Text Example
White with #D0A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A676; }
p { color: rgb(208,166,118); }
H1.HeaderClassName
{
color: #D0A676;
}
.AnyTagClassName
{
color: #D0A676;
}
</style>
background-color css
<style>
a { background-color: #D0A676; }
a { background-color: rgb(208,166,118); }
div.DivClassName
{
background-color: #D0A676;
}
.BgClassName
{
background-color: #D0A676;
}
</style>
border-color css
<style>
span { border-color: #D0A676; }
span { border-color: rgb(208,166,118); }
td.TdClassName
{
border-color: #D0A676;
}
.TagClassName
{
border-color: #D0A676;
}
</style>