Shades of Sorbus #D86F38
Tints of Sorbus #D86F38
RGB
CMYK
RGB Variations
Color information
#D86F38 (or 0xD86F38) is known color: Sorbus. HEX triplet: D8, 6F and 38. RGB value is (216,111,56). Sum of RGB (Red+Green+Blue) = 216+111+56=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F38 is #2790C7. Grayscale: #888888. Windows color (decimal): -2592968 or 3698648. OLE color: 3698648.
HSL color Cylindrical-coordinate representation of color #D86F38: hue angle of 20.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D86F38 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 56 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.15 |
| HSL | 20.63º | 0.67% | 0.53% | - |
| HSV(B) | 20.63º | 0.74% | 0.85% | - |
| XYZ | 34.72 | 26.25 | 6.98 | - |
| YUV | 136.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 56 | 0 | 0.49 | 0.74 | 0.15 | 20.63 | 0.67 | 0.53 |
| Hex | D8 | 6F | 38 | 0 | 31 | 4A | F | 15 | 43 | 35 |
| Octal | 330 | 157 | 70 | 0 | 61 | 112 | 17 | 25 | 103 | 65 |
| Binary | 11011000 | 1101111 | 111000 | 0 | 110001 | 1001010 | 1111 | 10101 | 1000011 | 110101 |
Color Harmonies of #D86F38
Complementary color
Monochromatic Colors of #D86F38
Black with #D86F38
Text Example
Text Example
White with #D86F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F38; }
p { color: rgb(216,111,56); }
H1.HeaderClassName
{
color: #D86F38;
}
.AnyTagClassName
{
color: #D86F38;
}
</style>
background-color css
<style>
a { background-color: #D86F38; }
a { background-color: rgb(216,111,56); }
div.DivClassName
{
background-color: #D86F38;
}
.BgClassName
{
background-color: #D86F38;
}
</style>
border-color css
<style>
span { border-color: #D86F38; }
span { border-color: rgb(216,111,56); }
td.TdClassName
{
border-color: #D86F38;
}
.TagClassName
{
border-color: #D86F38;
}
</style>