Shades of Sorbus #D86638
Tints of Sorbus #D86638
RGB
CMYK
RGB Variations
Color information
#D86638 (or 0xD86638) is known color: Sorbus. HEX triplet: D8, 66 and 38. RGB value is (216,102,56). Sum of RGB (Red+Green+Blue) = 216+102+56=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D86638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86638 is #2799C7. Grayscale: #838383. Windows color (decimal): -2595272 or 3696344. OLE color: 3696344.
HSL color Cylindrical-coordinate representation of color #D86638: hue angle of 17.25º 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 #D86638 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 56 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.15 |
| HSL | 17.25º | 0.67% | 0.53% | - |
| HSV(B) | 17.25º | 0.74% | 0.85% | - |
| XYZ | 33.78 | 24.39 | 6.67 | - |
| YUV | 130.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 56 | 0 | 0.53 | 0.74 | 0.15 | 17.25 | 0.67 | 0.53 |
| Hex | D8 | 66 | 38 | 0 | 35 | 4A | F | 11 | 43 | 35 |
| Octal | 330 | 146 | 70 | 0 | 65 | 112 | 17 | 21 | 103 | 65 |
| Binary | 11011000 | 1100110 | 111000 | 0 | 110101 | 1001010 | 1111 | 10001 | 1000011 | 110101 |
Color Harmonies of #D86638
Complementary color
Monochromatic Colors of #D86638
Black with #D86638
Text Example
Text Example
White with #D86638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86638; }
p { color: rgb(216,102,56); }
H1.HeaderClassName
{
color: #D86638;
}
.AnyTagClassName
{
color: #D86638;
}
</style>
background-color css
<style>
a { background-color: #D86638; }
a { background-color: rgb(216,102,56); }
div.DivClassName
{
background-color: #D86638;
}
.BgClassName
{
background-color: #D86638;
}
</style>
border-color css
<style>
span { border-color: #D86638; }
span { border-color: rgb(216,102,56); }
td.TdClassName
{
border-color: #D86638;
}
.TagClassName
{
border-color: #D86638;
}
</style>