Shades of Sorbus #D86D3E
Tints of Sorbus #D86D3E
RGB
CMYK
RGB Variations
Color information
#D86D3E (or 0xD86D3E) is known color: Sorbus. HEX triplet: D8, 6D and 3E. RGB value is (216,109,62). Sum of RGB (Red+Green+Blue) = 216+109+62=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D3E is #2792C1. Grayscale: #878787. Windows color (decimal): -2593474 or 4091352. OLE color: 4091352.
HSL color Cylindrical-coordinate representation of color #D86D3E: hue angle of 18.31º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D86D3E is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 62 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.15 |
| HSL | 18.31º | 0.66% | 0.55% | - |
| HSV(B) | 18.31º | 0.71% | 0.85% | - |
| XYZ | 34.66 | 25.88 | 7.73 | - |
| YUV | 135.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 62 | 0 | 0.50 | 0.71 | 0.15 | 18.31 | 0.66 | 0.55 |
| Hex | D8 | 6D | 3E | 0 | 32 | 47 | F | 12 | 42 | 37 |
| Octal | 330 | 155 | 76 | 0 | 62 | 107 | 17 | 22 | 102 | 67 |
| Binary | 11011000 | 1101101 | 111110 | 0 | 110010 | 1000111 | 1111 | 10010 | 1000010 | 110111 |
Color Harmonies of #D86D3E
Complementary color
Monochromatic Colors of #D86D3E
Black with #D86D3E
Text Example
Text Example
White with #D86D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D3E; }
p { color: rgb(216,109,62); }
H1.HeaderClassName
{
color: #D86D3E;
}
.AnyTagClassName
{
color: #D86D3E;
}
</style>
background-color css
<style>
a { background-color: #D86D3E; }
a { background-color: rgb(216,109,62); }
div.DivClassName
{
background-color: #D86D3E;
}
.BgClassName
{
background-color: #D86D3E;
}
</style>
border-color css
<style>
span { border-color: #D86D3E; }
span { border-color: rgb(216,109,62); }
td.TdClassName
{
border-color: #D86D3E;
}
.TagClassName
{
border-color: #D86D3E;
}
</style>