Shades of Contessa #D3706D
Tints of Contessa #D3706D
RGB
CMYK
RGB Variations
Color information
#D3706D (or 0xD3706D) is known color: Contessa. HEX triplet: D3, 70 and 6D. RGB value is (211,112,109). Sum of RGB (Red+Green+Blue) = 211+112+109=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3706D is #2C8F92. Grayscale: #8D8D8D. Windows color (decimal): -2920339 or 7172307. OLE color: 7172307.
HSL color Cylindrical-coordinate representation of color #D3706D: hue angle of 1.76º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3706D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 109 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.17 |
| HSL | 1.76º | 0.54% | 0.63% | - |
| HSV(B) | 1.76º | 0.48% | 0.83% | - |
| XYZ | 35.42 | 26.54 | 17.72 | - |
| YUV | 141.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 109 | 0 | 0.47 | 0.48 | 0.17 | 1.76 | 0.54 | 0.63 |
| Hex | D3 | 70 | 6D | 0 | 2F | 30 | 11 | 2 | 36 | 3F |
| Octal | 323 | 160 | 155 | 0 | 57 | 60 | 21 | 2 | 66 | 77 |
| Binary | 11010011 | 1110000 | 1101101 | 0 | 101111 | 110000 | 10001 | 10 | 110110 | 111111 |
Color Harmonies of #D3706D
Complementary color
Monochromatic Colors of #D3706D
Black with #D3706D
Text Example
Text Example
White with #D3706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3706D; }
p { color: rgb(211,112,109); }
H1.HeaderClassName
{
color: #D3706D;
}
.AnyTagClassName
{
color: #D3706D;
}
</style>
background-color css
<style>
a { background-color: #D3706D; }
a { background-color: rgb(211,112,109); }
div.DivClassName
{
background-color: #D3706D;
}
.BgClassName
{
background-color: #D3706D;
}
</style>
border-color css
<style>
span { border-color: #D3706D; }
span { border-color: rgb(211,112,109); }
td.TdClassName
{
border-color: #D3706D;
}
.TagClassName
{
border-color: #D3706D;
}
</style>