Shades of Cameo #D0A47E
Tints of Cameo #D0A47E
RGB
CMYK
RGB Variations
Color information
#D0A47E (or 0xD0A47E) is known color: Cameo. HEX triplet: D0, A4 and 7E. RGB value is (208,164,126). Sum of RGB (Red+Green+Blue) = 208+164+126=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A47E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A47E is #2F5B81. Grayscale: #ADADAD. Windows color (decimal): -3103618 or 8299728. OLE color: 8299728.
HSL color Cylindrical-coordinate representation of color #D0A47E: hue angle of 27.8º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0A47E is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 126 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.18 |
| HSL | 27.8º | 0.47% | 0.65% | - |
| HSV(B) | 27.8º | 0.39% | 0.82% | - |
| XYZ | 43.05 | 41.47 | 25.47 | - |
| YUV | 172.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 126 | 0 | 0.21 | 0.39 | 0.18 | 27.8 | 0.47 | 0.65 |
| Hex | D0 | A4 | 7E | 0 | 15 | 27 | 12 | 1C | 2F | 41 |
| Octal | 320 | 244 | 176 | 0 | 25 | 47 | 22 | 34 | 57 | 101 |
| Binary | 11010000 | 10100100 | 1111110 | 0 | 10101 | 100111 | 10010 | 11100 | 101111 | 1000001 |
Color Harmonies of #D0A47E
Complementary color
Monochromatic Colors of #D0A47E
Black with #D0A47E
Text Example
Text Example
White with #D0A47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A47E; }
p { color: rgb(208,164,126); }
H1.HeaderClassName
{
color: #D0A47E;
}
.AnyTagClassName
{
color: #D0A47E;
}
</style>
background-color css
<style>
a { background-color: #D0A47E; }
a { background-color: rgb(208,164,126); }
div.DivClassName
{
background-color: #D0A47E;
}
.BgClassName
{
background-color: #D0A47E;
}
</style>
border-color css
<style>
span { border-color: #D0A47E; }
span { border-color: rgb(208,164,126); }
td.TdClassName
{
border-color: #D0A47E;
}
.TagClassName
{
border-color: #D0A47E;
}
</style>