Shades of Sorbus #D86D3A
Tints of Sorbus #D86D3A
RGB
CMYK
RGB Variations
Color information
#D86D3A (or 0xD86D3A) is known color: Sorbus. HEX triplet: D8, 6D and 3A. RGB value is (216,109,58). Sum of RGB (Red+Green+Blue) = 216+109+58=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D3A is #2792C5. Grayscale: #878787. Windows color (decimal): -2593478 or 3829208. OLE color: 3829208.
HSL color Cylindrical-coordinate representation of color #D86D3A: hue angle of 19.37º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D86D3A is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 58 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.15 |
| HSL | 19.37º | 0.67% | 0.54% | - |
| HSV(B) | 19.37º | 0.73% | 0.85% | - |
| XYZ | 34.55 | 25.84 | 7.17 | - |
| YUV | 135.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 58 | 0 | 0.50 | 0.73 | 0.15 | 19.37 | 0.67 | 0.54 |
| Hex | D8 | 6D | 3A | 0 | 32 | 49 | F | 13 | 43 | 36 |
| Octal | 330 | 155 | 72 | 0 | 62 | 111 | 17 | 23 | 103 | 66 |
| Binary | 11011000 | 1101101 | 111010 | 0 | 110010 | 1001001 | 1111 | 10011 | 1000011 | 110110 |
Color Harmonies of #D86D3A
Complementary color
Monochromatic Colors of #D86D3A
Black with #D86D3A
Text Example
Text Example
White with #D86D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D3A; }
p { color: rgb(216,109,58); }
H1.HeaderClassName
{
color: #D86D3A;
}
.AnyTagClassName
{
color: #D86D3A;
}
</style>
background-color css
<style>
a { background-color: #D86D3A; }
a { background-color: rgb(216,109,58); }
div.DivClassName
{
background-color: #D86D3A;
}
.BgClassName
{
background-color: #D86D3A;
}
</style>
border-color css
<style>
span { border-color: #D86D3A; }
span { border-color: rgb(216,109,58); }
td.TdClassName
{
border-color: #D86D3A;
}
.TagClassName
{
border-color: #D86D3A;
}
</style>