Shades of Contessa #D16D65
Tints of Contessa #D16D65
RGB
CMYK
RGB Variations
Color information
#D16D65 (or 0xD16D65) is known color: Contessa. HEX triplet: D1, 6D and 65. RGB value is (209,109,101). Sum of RGB (Red+Green+Blue) = 209+109+101=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D65 is #2E929A. Grayscale: #8A8A8A. Windows color (decimal): -3052187 or 6647249. OLE color: 6647249.
HSL color Cylindrical-coordinate representation of color #D16D65: hue angle of 4.44º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16D65 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 101 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.18 |
| HSL | 4.44º | 0.54% | 0.61% | - |
| HSV(B) | 4.44º | 0.52% | 0.82% | - |
| XYZ | 34.11 | 25.43 | 15.42 | - |
| YUV | 137.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 101 | 0 | 0.48 | 0.52 | 0.18 | 4.44 | 0.54 | 0.61 |
| Hex | D1 | 6D | 65 | 0 | 30 | 34 | 12 | 4 | 36 | 3D |
| Octal | 321 | 155 | 145 | 0 | 60 | 64 | 22 | 4 | 66 | 75 |
| Binary | 11010001 | 1101101 | 1100101 | 0 | 110000 | 110100 | 10010 | 100 | 110110 | 111101 |
Color Harmonies of #D16D65
Complementary color
Monochromatic Colors of #D16D65
Black with #D16D65
Text Example
Text Example
White with #D16D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D65; }
p { color: rgb(209,109,101); }
H1.HeaderClassName
{
color: #D16D65;
}
.AnyTagClassName
{
color: #D16D65;
}
</style>
background-color css
<style>
a { background-color: #D16D65; }
a { background-color: rgb(209,109,101); }
div.DivClassName
{
background-color: #D16D65;
}
.BgClassName
{
background-color: #D16D65;
}
</style>
border-color css
<style>
span { border-color: #D16D65; }
span { border-color: rgb(209,109,101); }
td.TdClassName
{
border-color: #D16D65;
}
.TagClassName
{
border-color: #D16D65;
}
</style>