Shades of Sorbus #D86840
Tints of Sorbus #D86840
RGB
CMYK
RGB Variations
Color information
#D86840 (or 0xD86840) is known color: Sorbus. HEX triplet: D8, 68 and 40. RGB value is (216,104,64). Sum of RGB (Red+Green+Blue) = 216+104+64=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D86840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86840 is #2797BF. Grayscale: #858585. Windows color (decimal): -2594752 or 4221144. OLE color: 4221144.
HSL color Cylindrical-coordinate representation of color #D86840: hue angle of 15.79º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D86840 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 64 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.15 |
| HSL | 15.79º | 0.66% | 0.55% | - |
| HSV(B) | 15.79º | 0.7% | 0.85% | - |
| XYZ | 34.19 | 24.87 | 7.85 | - |
| YUV | 132.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 64 | 0 | 0.52 | 0.70 | 0.15 | 15.79 | 0.66 | 0.55 |
| Hex | D8 | 68 | 40 | 0 | 34 | 46 | F | 10 | 42 | 37 |
| Octal | 330 | 150 | 100 | 0 | 64 | 106 | 17 | 20 | 102 | 67 |
| Binary | 11011000 | 1101000 | 1000000 | 0 | 110100 | 1000110 | 1111 | 10000 | 1000010 | 110111 |
Color Harmonies of #D86840
Complementary color
Monochromatic Colors of #D86840
Black with #D86840
Text Example
Text Example
White with #D86840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86840; }
p { color: rgb(216,104,64); }
H1.HeaderClassName
{
color: #D86840;
}
.AnyTagClassName
{
color: #D86840;
}
</style>
background-color css
<style>
a { background-color: #D86840; }
a { background-color: rgb(216,104,64); }
div.DivClassName
{
background-color: #D86840;
}
.BgClassName
{
background-color: #D86840;
}
</style>
border-color css
<style>
span { border-color: #D86840; }
span { border-color: rgb(216,104,64); }
td.TdClassName
{
border-color: #D86840;
}
.TagClassName
{
border-color: #D86840;
}
</style>