Shades of Contessa #D07369
Tints of Contessa #D07369
RGB
CMYK
RGB Variations
Color information
#D07369 (or 0xD07369) is known color: Contessa. HEX triplet: D0, 73 and 69. RGB value is (208,115,105). Sum of RGB (Red+Green+Blue) = 208+115+105=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D07369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07369 is #2F8C96. Grayscale: #8D8D8D. Windows color (decimal): -3116183 or 6910928. OLE color: 6910928.
HSL color Cylindrical-coordinate representation of color #D07369: hue angle of 5.83º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07369 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 105 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.18 |
| HSL | 5.83º | 0.52% | 0.61% | - |
| HSV(B) | 5.83º | 0.5% | 0.82% | - |
| XYZ | 34.69 | 26.69 | 16.69 | - |
| YUV | 141.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 105 | 0 | 0.45 | 0.50 | 0.18 | 5.83 | 0.52 | 0.61 |
| Hex | D0 | 73 | 69 | 0 | 2D | 32 | 12 | 6 | 34 | 3D |
| Octal | 320 | 163 | 151 | 0 | 55 | 62 | 22 | 6 | 64 | 75 |
| Binary | 11010000 | 1110011 | 1101001 | 0 | 101101 | 110010 | 10010 | 110 | 110100 | 111101 |
Color Harmonies of #D07369
Complementary color
Monochromatic Colors of #D07369
Black with #D07369
Text Example
Text Example
White with #D07369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07369; }
p { color: rgb(208,115,105); }
H1.HeaderClassName
{
color: #D07369;
}
.AnyTagClassName
{
color: #D07369;
}
</style>
background-color css
<style>
a { background-color: #D07369; }
a { background-color: rgb(208,115,105); }
div.DivClassName
{
background-color: #D07369;
}
.BgClassName
{
background-color: #D07369;
}
</style>
border-color css
<style>
span { border-color: #D07369; }
span { border-color: rgb(208,115,105); }
td.TdClassName
{
border-color: #D07369;
}
.TagClassName
{
border-color: #D07369;
}
</style>