Shades of Contessa #D4706D
Tints of Contessa #D4706D
RGB
CMYK
RGB Variations
Color information
#D4706D (or 0xD4706D) is known color: Contessa. HEX triplet: D4, 70 and 6D. RGB value is (212,112,109). Sum of RGB (Red+Green+Blue) = 212+112+109=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4706D is #2B8F92. Grayscale: #8D8D8D. Windows color (decimal): -2854803 or 7172308. OLE color: 7172308.
HSL color Cylindrical-coordinate representation of color #D4706D: hue angle of 1.75º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4706D is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 109 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.17 |
| HSL | 1.75º | 0.54% | 0.63% | - |
| HSV(B) | 1.75º | 0.49% | 0.83% | - |
| XYZ | 35.71 | 26.69 | 17.74 | - |
| YUV | 141.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 109 | 0 | 0.47 | 0.49 | 0.17 | 1.75 | 0.54 | 0.63 |
| Hex | D4 | 70 | 6D | 0 | 2F | 31 | 11 | 2 | 36 | 3F |
| Octal | 324 | 160 | 155 | 0 | 57 | 61 | 21 | 2 | 66 | 77 |
| Binary | 11010100 | 1110000 | 1101101 | 0 | 101111 | 110001 | 10001 | 10 | 110110 | 111111 |
Color Harmonies of #D4706D
Complementary color
Monochromatic Colors of #D4706D
Black with #D4706D
Text Example
Text Example
White with #D4706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4706D; }
p { color: rgb(212,112,109); }
H1.HeaderClassName
{
color: #D4706D;
}
.AnyTagClassName
{
color: #D4706D;
}
</style>
background-color css
<style>
a { background-color: #D4706D; }
a { background-color: rgb(212,112,109); }
div.DivClassName
{
background-color: #D4706D;
}
.BgClassName
{
background-color: #D4706D;
}
</style>
border-color css
<style>
span { border-color: #D4706D; }
span { border-color: rgb(212,112,109); }
td.TdClassName
{
border-color: #D4706D;
}
.TagClassName
{
border-color: #D4706D;
}
</style>