Shades of Sorbus #D86438
Tints of Sorbus #D86438
RGB
CMYK
RGB Variations
Color information
#D86438 (or 0xD86438) is known color: Sorbus. HEX triplet: D8, 64 and 38. RGB value is (216,100,56). Sum of RGB (Red+Green+Blue) = 216+100+56=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D86438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86438 is #279BC7. Grayscale: #818181. Windows color (decimal): -2595784 or 3695832. OLE color: 3695832.
HSL color Cylindrical-coordinate representation of color #D86438: hue angle of 16.5º 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 #D86438 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 100 | 56 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.15 |
| HSL | 16.5º | 0.67% | 0.53% | - |
| HSV(B) | 16.5º | 0.74% | 0.85% | - |
| XYZ | 33.59 | 24 | 6.6 | - |
| YUV | 129.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 100 | 56 | 0 | 0.54 | 0.74 | 0.15 | 16.5 | 0.67 | 0.53 |
| Hex | D8 | 64 | 38 | 0 | 36 | 4A | F | 10 | 43 | 35 |
| Octal | 330 | 144 | 70 | 0 | 66 | 112 | 17 | 20 | 103 | 65 |
| Binary | 11011000 | 1100100 | 111000 | 0 | 110110 | 1001010 | 1111 | 10000 | 1000011 | 110101 |
Color Harmonies of #D86438
Complementary color
Monochromatic Colors of #D86438
Black with #D86438
Text Example
Text Example
White with #D86438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86438; }
p { color: rgb(216,100,56); }
H1.HeaderClassName
{
color: #D86438;
}
.AnyTagClassName
{
color: #D86438;
}
</style>
background-color css
<style>
a { background-color: #D86438; }
a { background-color: rgb(216,100,56); }
div.DivClassName
{
background-color: #D86438;
}
.BgClassName
{
background-color: #D86438;
}
</style>
border-color css
<style>
span { border-color: #D86438; }
span { border-color: rgb(216,100,56); }
td.TdClassName
{
border-color: #D86438;
}
.TagClassName
{
border-color: #D86438;
}
</style>