Shades of Contessa #D36F69
Tints of Contessa #D36F69
RGB
CMYK
RGB Variations
Color information
#D36F69 (or 0xD36F69) is known color: Contessa. HEX triplet: D3, 6F and 69. RGB value is (211,111,105). Sum of RGB (Red+Green+Blue) = 211+111+105=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36F69 is #2C9096. Grayscale: #8C8C8C. Windows color (decimal): -2920599 or 6909907. OLE color: 6909907.
HSL color Cylindrical-coordinate representation of color #D36F69: hue angle of 3.4º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36F69 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 105 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.17 |
| HSL | 3.4º | 0.55% | 0.62% | - |
| HSV(B) | 3.4º | 0.5% | 0.83% | - |
| XYZ | 35.1 | 26.24 | 16.58 | - |
| YUV | 140.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 105 | 0 | 0.47 | 0.50 | 0.17 | 3.4 | 0.55 | 0.62 |
| Hex | D3 | 6F | 69 | 0 | 2F | 32 | 11 | 3 | 37 | 3E |
| Octal | 323 | 157 | 151 | 0 | 57 | 62 | 21 | 3 | 67 | 76 |
| Binary | 11010011 | 1101111 | 1101001 | 0 | 101111 | 110010 | 10001 | 11 | 110111 | 111110 |
Color Harmonies of #D36F69
Complementary color
Monochromatic Colors of #D36F69
Black with #D36F69
Text Example
Text Example
White with #D36F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F69; }
p { color: rgb(211,111,105); }
H1.HeaderClassName
{
color: #D36F69;
}
.AnyTagClassName
{
color: #D36F69;
}
</style>
background-color css
<style>
a { background-color: #D36F69; }
a { background-color: rgb(211,111,105); }
div.DivClassName
{
background-color: #D36F69;
}
.BgClassName
{
background-color: #D36F69;
}
</style>
border-color css
<style>
span { border-color: #D36F69; }
span { border-color: rgb(211,111,105); }
td.TdClassName
{
border-color: #D36F69;
}
.TagClassName
{
border-color: #D36F69;
}
</style>