Shades of Sorbus #D36D40
Tints of Sorbus #D36D40
RGB
CMYK
RGB Variations
Color information
#D36D40 (or 0xD36D40) is known color: Sorbus. HEX triplet: D3, 6D and 40. RGB value is (211,109,64). Sum of RGB (Red+Green+Blue) = 211+109+64=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36D40 is #2C92BF. Grayscale: #868686. Windows color (decimal): -2921152 or 4222419. OLE color: 4222419.
HSL color Cylindrical-coordinate representation of color #D36D40: hue angle of 18.37º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D36D40 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 109 | 64 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.17 |
| HSL | 18.37º | 0.63% | 0.54% | - |
| HSV(B) | 18.37º | 0.7% | 0.83% | - |
| XYZ | 33.26 | 25.16 | 7.95 | - |
| YUV | 134.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 109 | 64 | 0 | 0.48 | 0.70 | 0.17 | 18.37 | 0.63 | 0.54 |
| Hex | D3 | 6D | 40 | 0 | 30 | 46 | 11 | 12 | 3F | 36 |
| Octal | 323 | 155 | 100 | 0 | 60 | 106 | 21 | 22 | 77 | 66 |
| Binary | 11010011 | 1101101 | 1000000 | 0 | 110000 | 1000110 | 10001 | 10010 | 111111 | 110110 |
Color Harmonies of #D36D40
Complementary color
Monochromatic Colors of #D36D40
Black with #D36D40
Text Example
Text Example
White with #D36D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36D40; }
p { color: rgb(211,109,64); }
H1.HeaderClassName
{
color: #D36D40;
}
.AnyTagClassName
{
color: #D36D40;
}
</style>
background-color css
<style>
a { background-color: #D36D40; }
a { background-color: rgb(211,109,64); }
div.DivClassName
{
background-color: #D36D40;
}
.BgClassName
{
background-color: #D36D40;
}
</style>
border-color css
<style>
span { border-color: #D36D40; }
span { border-color: rgb(211,109,64); }
td.TdClassName
{
border-color: #D36D40;
}
.TagClassName
{
border-color: #D36D40;
}
</style>