Shades of Contessa #D0776D
Tints of Contessa #D0776D
RGB
CMYK
RGB Variations
Color information
#D0776D (or 0xD0776D) is known color: Contessa. HEX triplet: D0, 77 and 6D. RGB value is (208,119,109). Sum of RGB (Red+Green+Blue) = 208+119+109=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0776D is #2F8892. Grayscale: #909090. Windows color (decimal): -3115155 or 7174096. OLE color: 7174096.
HSL color Cylindrical-coordinate representation of color #D0776D: hue angle of 6.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0776D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 109 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.18 |
| HSL | 6.06º | 0.51% | 0.62% | - |
| HSV(B) | 6.06º | 0.48% | 0.82% | - |
| XYZ | 35.37 | 27.71 | 17.95 | - |
| YUV | 144.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 109 | 0 | 0.43 | 0.48 | 0.18 | 6.06 | 0.51 | 0.62 |
| Hex | D0 | 77 | 6D | 0 | 2B | 30 | 12 | 6 | 33 | 3E |
| Octal | 320 | 167 | 155 | 0 | 53 | 60 | 22 | 6 | 63 | 76 |
| Binary | 11010000 | 1110111 | 1101101 | 0 | 101011 | 110000 | 10010 | 110 | 110011 | 111110 |
Color Harmonies of #D0776D
Complementary color
Monochromatic Colors of #D0776D
Black with #D0776D
Text Example
Text Example
White with #D0776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0776D; }
p { color: rgb(208,119,109); }
H1.HeaderClassName
{
color: #D0776D;
}
.AnyTagClassName
{
color: #D0776D;
}
</style>
background-color css
<style>
a { background-color: #D0776D; }
a { background-color: rgb(208,119,109); }
div.DivClassName
{
background-color: #D0776D;
}
.BgClassName
{
background-color: #D0776D;
}
</style>
border-color css
<style>
span { border-color: #D0776D; }
span { border-color: rgb(208,119,109); }
td.TdClassName
{
border-color: #D0776D;
}
.TagClassName
{
border-color: #D0776D;
}
</style>