Shades of Sorbus #D86C41
Tints of Sorbus #D86C41
RGB
CMYK
RGB Variations
Color information
#D86C41 (or 0xD86C41) is known color: Sorbus. HEX triplet: D8, 6C and 41. RGB value is (216,108,65). Sum of RGB (Red+Green+Blue) = 216+108+65=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C41 is #2793BE. Grayscale: #878787. Windows color (decimal): -2593727 or 4287704. OLE color: 4287704.
HSL color Cylindrical-coordinate representation of color #D86C41: hue angle of 17.09º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D86C41 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 65 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.15 |
| HSL | 17.09º | 0.66% | 0.55% | - |
| HSV(B) | 17.09º | 0.7% | 0.85% | - |
| XYZ | 34.64 | 25.71 | 8.14 | - |
| YUV | 135.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 65 | 0 | 0.50 | 0.70 | 0.15 | 17.09 | 0.66 | 0.55 |
| Hex | D8 | 6C | 41 | 0 | 32 | 46 | F | 11 | 42 | 37 |
| Octal | 330 | 154 | 101 | 0 | 62 | 106 | 17 | 21 | 102 | 67 |
| Binary | 11011000 | 1101100 | 1000001 | 0 | 110010 | 1000110 | 1111 | 10001 | 1000010 | 110111 |
Color Harmonies of #D86C41
Complementary color
Monochromatic Colors of #D86C41
Black with #D86C41
Text Example
Text Example
White with #D86C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C41; }
p { color: rgb(216,108,65); }
H1.HeaderClassName
{
color: #D86C41;
}
.AnyTagClassName
{
color: #D86C41;
}
</style>
background-color css
<style>
a { background-color: #D86C41; }
a { background-color: rgb(216,108,65); }
div.DivClassName
{
background-color: #D86C41;
}
.BgClassName
{
background-color: #D86C41;
}
</style>
border-color css
<style>
span { border-color: #D86C41; }
span { border-color: rgb(216,108,65); }
td.TdClassName
{
border-color: #D86C41;
}
.TagClassName
{
border-color: #D86C41;
}
</style>