Shades of Contessa #D2716D
Tints of Contessa #D2716D
RGB
CMYK
RGB Variations
Color information
#D2716D (or 0xD2716D) is known color: Contessa. HEX triplet: D2, 71 and 6D. RGB value is (210,113,109). Sum of RGB (Red+Green+Blue) = 210+113+109=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2716D is #2D8E92. Grayscale: #8D8D8D. Windows color (decimal): -2985619 or 7172562. OLE color: 7172562.
HSL color Cylindrical-coordinate representation of color #D2716D: hue angle of 2.38º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2716D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 109 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.18 |
| HSL | 2.38º | 0.53% | 0.63% | - |
| HSV(B) | 2.38º | 0.48% | 0.82% | - |
| XYZ | 35.24 | 26.62 | 17.75 | - |
| YUV | 141.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 109 | 0 | 0.46 | 0.48 | 0.18 | 2.38 | 0.53 | 0.63 |
| Hex | D2 | 71 | 6D | 0 | 2E | 30 | 12 | 2 | 35 | 3F |
| Octal | 322 | 161 | 155 | 0 | 56 | 60 | 22 | 2 | 65 | 77 |
| Binary | 11010010 | 1110001 | 1101101 | 0 | 101110 | 110000 | 10010 | 10 | 110101 | 111111 |
Color Harmonies of #D2716D
Complementary color
Monochromatic Colors of #D2716D
Black with #D2716D
Text Example
Text Example
White with #D2716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2716D; }
p { color: rgb(210,113,109); }
H1.HeaderClassName
{
color: #D2716D;
}
.AnyTagClassName
{
color: #D2716D;
}
</style>
background-color css
<style>
a { background-color: #D2716D; }
a { background-color: rgb(210,113,109); }
div.DivClassName
{
background-color: #D2716D;
}
.BgClassName
{
background-color: #D2716D;
}
</style>
border-color css
<style>
span { border-color: #D2716D; }
span { border-color: rgb(210,113,109); }
td.TdClassName
{
border-color: #D2716D;
}
.TagClassName
{
border-color: #D2716D;
}
</style>