Shades of Sorbus #D86644
Tints of Sorbus #D86644
RGB
CMYK
RGB Variations
Color information
#D86644 (or 0xD86644) is known color: Sorbus. HEX triplet: D8, 66 and 44. RGB value is (216,102,68). Sum of RGB (Red+Green+Blue) = 216+102+68=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D86644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86644 is #2799BB. Grayscale: #848484. Windows color (decimal): -2595260 or 4482776. OLE color: 4482776.
HSL color Cylindrical-coordinate representation of color #D86644: hue angle of 13.78º 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 #D86644 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 68 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.15 |
| HSL | 13.78º | 0.65% | 0.56% | - |
| HSV(B) | 13.78º | 0.69% | 0.85% | - |
| XYZ | 34.11 | 24.52 | 8.4 | - |
| YUV | 132.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 68 | 0 | 0.53 | 0.69 | 0.15 | 13.78 | 0.65 | 0.56 |
| Hex | D8 | 66 | 44 | 0 | 35 | 45 | F | E | 41 | 38 |
| Octal | 330 | 146 | 104 | 0 | 65 | 105 | 17 | 16 | 101 | 70 |
| Binary | 11011000 | 1100110 | 1000100 | 0 | 110101 | 1000101 | 1111 | 1110 | 1000001 | 111000 |
Color Harmonies of #D86644
Complementary color
Monochromatic Colors of #D86644
Black with #D86644
Text Example
Text Example
White with #D86644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86644; }
p { color: rgb(216,102,68); }
H1.HeaderClassName
{
color: #D86644;
}
.AnyTagClassName
{
color: #D86644;
}
</style>
background-color css
<style>
a { background-color: #D86644; }
a { background-color: rgb(216,102,68); }
div.DivClassName
{
background-color: #D86644;
}
.BgClassName
{
background-color: #D86644;
}
</style>
border-color css
<style>
span { border-color: #D86644; }
span { border-color: rgb(216,102,68); }
td.TdClassName
{
border-color: #D86644;
}
.TagClassName
{
border-color: #D86644;
}
</style>