Shades of Sorbus #D86F3F
Tints of Sorbus #D86F3F
RGB
CMYK
RGB Variations
Color information
#D86F3F (or 0xD86F3F) is known color: Sorbus. HEX triplet: D8, 6F and 3F. RGB value is (216,111,63). Sum of RGB (Red+Green+Blue) = 216+111+63=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F3F is #2790C0. Grayscale: #898989. Windows color (decimal): -2592961 or 4157400. OLE color: 4157400.
HSL color Cylindrical-coordinate representation of color #D86F3F: hue angle of 18.82º 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 #D86F3F is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 63 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.15 |
| HSL | 18.82º | 0.66% | 0.55% | - |
| HSV(B) | 18.82º | 0.71% | 0.85% | - |
| XYZ | 34.9 | 26.33 | 7.94 | - |
| YUV | 136.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 63 | 0 | 0.49 | 0.71 | 0.15 | 18.82 | 0.66 | 0.55 |
| Hex | D8 | 6F | 3F | 0 | 31 | 47 | F | 13 | 42 | 37 |
| Octal | 330 | 157 | 77 | 0 | 61 | 107 | 17 | 23 | 102 | 67 |
| Binary | 11011000 | 1101111 | 111111 | 0 | 110001 | 1000111 | 1111 | 10011 | 1000010 | 110111 |
Color Harmonies of #D86F3F
Complementary color
Monochromatic Colors of #D86F3F
Black with #D86F3F
Text Example
Text Example
White with #D86F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F3F; }
p { color: rgb(216,111,63); }
H1.HeaderClassName
{
color: #D86F3F;
}
.AnyTagClassName
{
color: #D86F3F;
}
</style>
background-color css
<style>
a { background-color: #D86F3F; }
a { background-color: rgb(216,111,63); }
div.DivClassName
{
background-color: #D86F3F;
}
.BgClassName
{
background-color: #D86F3F;
}
</style>
border-color css
<style>
span { border-color: #D86F3F; }
span { border-color: rgb(216,111,63); }
td.TdClassName
{
border-color: #D86F3F;
}
.TagClassName
{
border-color: #D86F3F;
}
</style>