Shades of Contessa #D17469
Tints of Contessa #D17469
RGB
CMYK
RGB Variations
Color information
#D17469 (or 0xD17469) is known color: Contessa. HEX triplet: D1, 74 and 69. RGB value is (209,116,105). Sum of RGB (Red+Green+Blue) = 209+116+105=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D17469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17469 is #2E8B96. Grayscale: #8E8E8E. Windows color (decimal): -3050391 or 6911185. OLE color: 6911185.
HSL color Cylindrical-coordinate representation of color #D17469: hue angle of 6.35º 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 #D17469 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 105 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.18 |
| HSL | 6.35º | 0.53% | 0.62% | - |
| HSV(B) | 6.35º | 0.5% | 0.82% | - |
| XYZ | 35.09 | 27.07 | 16.74 | - |
| YUV | 142.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 105 | 0 | 0.44 | 0.50 | 0.18 | 6.35 | 0.53 | 0.62 |
| Hex | D1 | 74 | 69 | 0 | 2C | 32 | 12 | 6 | 35 | 3E |
| Octal | 321 | 164 | 151 | 0 | 54 | 62 | 22 | 6 | 65 | 76 |
| Binary | 11010001 | 1110100 | 1101001 | 0 | 101100 | 110010 | 10010 | 110 | 110101 | 111110 |
Color Harmonies of #D17469
Complementary color
Monochromatic Colors of #D17469
Black with #D17469
Text Example
Text Example
White with #D17469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17469; }
p { color: rgb(209,116,105); }
H1.HeaderClassName
{
color: #D17469;
}
.AnyTagClassName
{
color: #D17469;
}
</style>
background-color css
<style>
a { background-color: #D17469; }
a { background-color: rgb(209,116,105); }
div.DivClassName
{
background-color: #D17469;
}
.BgClassName
{
background-color: #D17469;
}
</style>
border-color css
<style>
span { border-color: #D17469; }
span { border-color: rgb(209,116,105); }
td.TdClassName
{
border-color: #D17469;
}
.TagClassName
{
border-color: #D17469;
}
</style>