Shades of Sorbus #D86C39
Tints of Sorbus #D86C39
RGB
CMYK
RGB Variations
Color information
#D86C39 (or 0xD86C39) is known color: Sorbus. HEX triplet: D8, 6C and 39. RGB value is (216,108,57). Sum of RGB (Red+Green+Blue) = 216+108+57=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C39 is #2793C6. Grayscale: #868686. Windows color (decimal): -2593735 or 3763416. OLE color: 3763416.
HSL color Cylindrical-coordinate representation of color #D86C39: hue angle of 19.25º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D86C39 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 57 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.15 |
| HSL | 19.25º | 0.67% | 0.54% | - |
| HSV(B) | 19.25º | 0.74% | 0.85% | - |
| XYZ | 34.42 | 25.62 | 7 | - |
| YUV | 134.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 57 | 0 | 0.50 | 0.74 | 0.15 | 19.25 | 0.67 | 0.54 |
| Hex | D8 | 6C | 39 | 0 | 32 | 4A | F | 13 | 43 | 36 |
| Octal | 330 | 154 | 71 | 0 | 62 | 112 | 17 | 23 | 103 | 66 |
| Binary | 11011000 | 1101100 | 111001 | 0 | 110010 | 1001010 | 1111 | 10011 | 1000011 | 110110 |
Color Harmonies of #D86C39
Complementary color
Monochromatic Colors of #D86C39
Black with #D86C39
Text Example
Text Example
White with #D86C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C39; }
p { color: rgb(216,108,57); }
H1.HeaderClassName
{
color: #D86C39;
}
.AnyTagClassName
{
color: #D86C39;
}
</style>
background-color css
<style>
a { background-color: #D86C39; }
a { background-color: rgb(216,108,57); }
div.DivClassName
{
background-color: #D86C39;
}
.BgClassName
{
background-color: #D86C39;
}
</style>
border-color css
<style>
span { border-color: #D86C39; }
span { border-color: rgb(216,108,57); }
td.TdClassName
{
border-color: #D86C39;
}
.TagClassName
{
border-color: #D86C39;
}
</style>