Shades of Contessa #D06D65
Tints of Contessa #D06D65
RGB
CMYK
RGB Variations
Color information
#D06D65 (or 0xD06D65) is known color: Contessa. HEX triplet: D0, 6D and 65. RGB value is (208,109,101). Sum of RGB (Red+Green+Blue) = 208+109+101=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D65 is #2F929A. Grayscale: #898989. Windows color (decimal): -3117723 or 6647248. OLE color: 6647248.
HSL color Cylindrical-coordinate representation of color #D06D65: hue angle of 4.49º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06D65 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 101 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.18 |
| HSL | 4.49º | 0.53% | 0.61% | - |
| HSV(B) | 4.49º | 0.51% | 0.82% | - |
| XYZ | 33.83 | 25.29 | 15.41 | - |
| YUV | 137.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 101 | 0 | 0.48 | 0.51 | 0.18 | 4.49 | 0.53 | 0.61 |
| Hex | D0 | 6D | 65 | 0 | 30 | 33 | 12 | 4 | 35 | 3D |
| Octal | 320 | 155 | 145 | 0 | 60 | 63 | 22 | 4 | 65 | 75 |
| Binary | 11010000 | 1101101 | 1100101 | 0 | 110000 | 110011 | 10010 | 100 | 110101 | 111101 |
Color Harmonies of #D06D65
Complementary color
Monochromatic Colors of #D06D65
Black with #D06D65
Text Example
Text Example
White with #D06D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D65; }
p { color: rgb(208,109,101); }
H1.HeaderClassName
{
color: #D06D65;
}
.AnyTagClassName
{
color: #D06D65;
}
</style>
background-color css
<style>
a { background-color: #D06D65; }
a { background-color: rgb(208,109,101); }
div.DivClassName
{
background-color: #D06D65;
}
.BgClassName
{
background-color: #D06D65;
}
</style>
border-color css
<style>
span { border-color: #D06D65; }
span { border-color: rgb(208,109,101); }
td.TdClassName
{
border-color: #D06D65;
}
.TagClassName
{
border-color: #D06D65;
}
</style>