Shades of Sorbus #D86E3C
Tints of Sorbus #D86E3C
RGB
CMYK
RGB Variations
Color information
#D86E3C (or 0xD86E3C) is known color: Sorbus. HEX triplet: D8, 6E and 3C. RGB value is (216,110,60). Sum of RGB (Red+Green+Blue) = 216+110+60=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E3C is #2791C3. Grayscale: #888888. Windows color (decimal): -2593220 or 3960536. OLE color: 3960536.
HSL color Cylindrical-coordinate representation of color #D86E3C: hue angle of 19.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D86E3C is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 60 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.15 |
| HSL | 19.23º | 0.67% | 0.54% | - |
| HSV(B) | 19.23º | 0.72% | 0.85% | - |
| XYZ | 34.71 | 26.08 | 7.48 | - |
| YUV | 135.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 60 | 0 | 0.49 | 0.72 | 0.15 | 19.23 | 0.67 | 0.54 |
| Hex | D8 | 6E | 3C | 0 | 31 | 48 | F | 13 | 43 | 36 |
| Octal | 330 | 156 | 74 | 0 | 61 | 110 | 17 | 23 | 103 | 66 |
| Binary | 11011000 | 1101110 | 111100 | 0 | 110001 | 1001000 | 1111 | 10011 | 1000011 | 110110 |
Color Harmonies of #D86E3C
Complementary color
Monochromatic Colors of #D86E3C
Black with #D86E3C
Text Example
Text Example
White with #D86E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E3C; }
p { color: rgb(216,110,60); }
H1.HeaderClassName
{
color: #D86E3C;
}
.AnyTagClassName
{
color: #D86E3C;
}
</style>
background-color css
<style>
a { background-color: #D86E3C; }
a { background-color: rgb(216,110,60); }
div.DivClassName
{
background-color: #D86E3C;
}
.BgClassName
{
background-color: #D86E3C;
}
</style>
border-color css
<style>
span { border-color: #D86E3C; }
span { border-color: rgb(216,110,60); }
td.TdClassName
{
border-color: #D86E3C;
}
.TagClassName
{
border-color: #D86E3C;
}
</style>