Shades of Sorbus #D86938
Tints of Sorbus #D86938
RGB
CMYK
RGB Variations
Color information
#D86938 (or 0xD86938) is known color: Sorbus. HEX triplet: D8, 69 and 38. RGB value is (216,105,56). Sum of RGB (Red+Green+Blue) = 216+105+56=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D86938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86938 is #2796C7. Grayscale: #848484. Windows color (decimal): -2594504 or 3697112. OLE color: 3697112.
HSL color Cylindrical-coordinate representation of color #D86938: hue angle of 18.38º 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 #D86938 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 56 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.15 |
| HSL | 18.38º | 0.67% | 0.53% | - |
| HSV(B) | 18.38º | 0.74% | 0.85% | - |
| XYZ | 34.08 | 24.99 | 6.77 | - |
| YUV | 132.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 56 | 0 | 0.51 | 0.74 | 0.15 | 18.38 | 0.67 | 0.53 |
| Hex | D8 | 69 | 38 | 0 | 33 | 4A | F | 12 | 43 | 35 |
| Octal | 330 | 151 | 70 | 0 | 63 | 112 | 17 | 22 | 103 | 65 |
| Binary | 11011000 | 1101001 | 111000 | 0 | 110011 | 1001010 | 1111 | 10010 | 1000011 | 110101 |
Color Harmonies of #D86938
Complementary color
Monochromatic Colors of #D86938
Black with #D86938
Text Example
Text Example
White with #D86938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86938; }
p { color: rgb(216,105,56); }
H1.HeaderClassName
{
color: #D86938;
}
.AnyTagClassName
{
color: #D86938;
}
</style>
background-color css
<style>
a { background-color: #D86938; }
a { background-color: rgb(216,105,56); }
div.DivClassName
{
background-color: #D86938;
}
.BgClassName
{
background-color: #D86938;
}
</style>
border-color css
<style>
span { border-color: #D86938; }
span { border-color: rgb(216,105,56); }
td.TdClassName
{
border-color: #D86938;
}
.TagClassName
{
border-color: #D86938;
}
</style>