Shades of Sorbus #D86C44
Tints of Sorbus #D86C44
RGB
CMYK
RGB Variations
Color information
#D86C44 (or 0xD86C44) is known color: Sorbus. HEX triplet: D8, 6C and 44. RGB value is (216,108,68). Sum of RGB (Red+Green+Blue) = 216+108+68=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C44 is #2793BB. Grayscale: #878787. Windows color (decimal): -2593724 or 4484312. OLE color: 4484312.
HSL color Cylindrical-coordinate representation of color #D86C44: hue angle of 16.22º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D86C44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 68 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.15 |
| HSL | 16.22º | 0.65% | 0.56% | - |
| HSV(B) | 16.22º | 0.69% | 0.85% | - |
| XYZ | 34.72 | 25.74 | 8.61 | - |
| YUV | 135.73 | 89.78 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 68 | 0 | 0.50 | 0.69 | 0.15 | 16.22 | 0.65 | 0.56 |
| Hex | D8 | 6C | 44 | 0 | 32 | 45 | F | 10 | 41 | 38 |
| Octal | 330 | 154 | 104 | 0 | 62 | 105 | 17 | 20 | 101 | 70 |
| Binary | 11011000 | 1101100 | 1000100 | 0 | 110010 | 1000101 | 1111 | 10000 | 1000001 | 111000 |
Color Harmonies of #D86C44
Complementary color
Monochromatic Colors of #D86C44
Black with #D86C44
Text Example
Text Example
White with #D86C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C44; }
p { color: rgb(216,108,68); }
H1.HeaderClassName
{
color: #D86C44;
}
.AnyTagClassName
{
color: #D86C44;
}
</style>
background-color css
<style>
a { background-color: #D86C44; }
a { background-color: rgb(216,108,68); }
div.DivClassName
{
background-color: #D86C44;
}
.BgClassName
{
background-color: #D86C44;
}
</style>
border-color css
<style>
span { border-color: #D86C44; }
span { border-color: rgb(216,108,68); }
td.TdClassName
{
border-color: #D86C44;
}
.TagClassName
{
border-color: #D86C44;
}
</style>