Shades of Contessa #D17369
Tints of Contessa #D17369
RGB
CMYK
RGB Variations
Color information
#D17369 (or 0xD17369) is known color: Contessa. HEX triplet: D1, 73 and 69. RGB value is (209,115,105). Sum of RGB (Red+Green+Blue) = 209+115+105=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D17369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17369 is #2E8C96. Grayscale: #8E8E8E. Windows color (decimal): -3050647 or 6910929. OLE color: 6910929.
HSL color Cylindrical-coordinate representation of color #D17369: hue angle of 5.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17369 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 105 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.18 |
| HSL | 5.77º | 0.53% | 0.62% | - |
| HSV(B) | 5.77º | 0.5% | 0.82% | - |
| XYZ | 34.98 | 26.84 | 16.7 | - |
| YUV | 141.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 105 | 0 | 0.45 | 0.50 | 0.18 | 5.77 | 0.53 | 0.62 |
| Hex | D1 | 73 | 69 | 0 | 2D | 32 | 12 | 6 | 35 | 3E |
| Octal | 321 | 163 | 151 | 0 | 55 | 62 | 22 | 6 | 65 | 76 |
| Binary | 11010001 | 1110011 | 1101001 | 0 | 101101 | 110010 | 10010 | 110 | 110101 | 111110 |
Color Harmonies of #D17369
Complementary color
Monochromatic Colors of #D17369
Black with #D17369
Text Example
Text Example
White with #D17369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17369; }
p { color: rgb(209,115,105); }
H1.HeaderClassName
{
color: #D17369;
}
.AnyTagClassName
{
color: #D17369;
}
</style>
background-color css
<style>
a { background-color: #D17369; }
a { background-color: rgb(209,115,105); }
div.DivClassName
{
background-color: #D17369;
}
.BgClassName
{
background-color: #D17369;
}
</style>
border-color css
<style>
span { border-color: #D17369; }
span { border-color: rgb(209,115,105); }
td.TdClassName
{
border-color: #D17369;
}
.TagClassName
{
border-color: #D17369;
}
</style>