Shades of Cameo #D49E7F
Tints of Cameo #D49E7F
RGB
CMYK
RGB Variations
Color information
#D49E7F (or 0xD49E7F) is known color: Cameo. HEX triplet: D4, 9E and 7F. RGB value is (212,158,127). Sum of RGB (Red+Green+Blue) = 212+158+127=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E7F is #2B6180. Grayscale: #AAAAAA. Windows color (decimal): -2843009 or 8363732. OLE color: 8363732.
HSL color Cylindrical-coordinate representation of color #D49E7F: hue angle of 21.88º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D49E7F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 158 | 127 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.17 |
| HSL | 21.88º | 0.5% | 0.66% | - |
| HSV(B) | 21.88º | 0.4% | 0.83% | - |
| XYZ | 43.21 | 39.98 | 25.52 | - |
| YUV | 170.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 127 | 0 | 0.25 | 0.40 | 0.17 | 21.88 | 0.5 | 0.66 |
| Hex | D4 | 9E | 7F | 0 | 19 | 28 | 11 | 16 | 32 | 42 |
| Octal | 324 | 236 | 177 | 0 | 31 | 50 | 21 | 26 | 62 | 102 |
| Binary | 11010100 | 10011110 | 1111111 | 0 | 11001 | 101000 | 10001 | 10110 | 110010 | 1000010 |
Color Harmonies of #D49E7F
Complementary color
Monochromatic Colors of #D49E7F
Black with #D49E7F
Text Example
Text Example
White with #D49E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49E7F; }
p { color: rgb(212,158,127); }
H1.HeaderClassName
{
color: #D49E7F;
}
.AnyTagClassName
{
color: #D49E7F;
}
</style>
background-color css
<style>
a { background-color: #D49E7F; }
a { background-color: rgb(212,158,127); }
div.DivClassName
{
background-color: #D49E7F;
}
.BgClassName
{
background-color: #D49E7F;
}
</style>
border-color css
<style>
span { border-color: #D49E7F; }
span { border-color: rgb(212,158,127); }
td.TdClassName
{
border-color: #D49E7F;
}
.TagClassName
{
border-color: #D49E7F;
}
</style>