Shades of Cameo #D49F83
Tints of Cameo #D49F83
RGB
CMYK
RGB Variations
Color information
#D49F83 (or 0xD49F83) is known color: Cameo. HEX triplet: D4, 9F and 83. RGB value is (212,159,131). Sum of RGB (Red+Green+Blue) = 212+159+131=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F83 is #2B607C. Grayscale: #ABABAB. Windows color (decimal): -2842749 or 8626132. OLE color: 8626132.
HSL color Cylindrical-coordinate representation of color #D49F83: hue angle of 20.74º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49F83 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 131 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.17 |
| HSL | 20.74º | 0.49% | 0.67% | - |
| HSV(B) | 20.74º | 0.38% | 0.83% | - |
| XYZ | 43.65 | 40.43 | 26.98 | - |
| YUV | 171.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 131 | 0 | 0.25 | 0.38 | 0.17 | 20.74 | 0.49 | 0.67 |
| Hex | D4 | 9F | 83 | 0 | 19 | 26 | 11 | 15 | 31 | 43 |
| Octal | 324 | 237 | 203 | 0 | 31 | 46 | 21 | 25 | 61 | 103 |
| Binary | 11010100 | 10011111 | 10000011 | 0 | 11001 | 100110 | 10001 | 10101 | 110001 | 1000011 |
Color Harmonies of #D49F83
Complementary color
Monochromatic Colors of #D49F83
Black with #D49F83
Text Example
Text Example
White with #D49F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F83; }
p { color: rgb(212,159,131); }
H1.HeaderClassName
{
color: #D49F83;
}
.AnyTagClassName
{
color: #D49F83;
}
</style>
background-color css
<style>
a { background-color: #D49F83; }
a { background-color: rgb(212,159,131); }
div.DivClassName
{
background-color: #D49F83;
}
.BgClassName
{
background-color: #D49F83;
}
</style>
border-color css
<style>
span { border-color: #D49F83; }
span { border-color: rgb(212,159,131); }
td.TdClassName
{
border-color: #D49F83;
}
.TagClassName
{
border-color: #D49F83;
}
</style>