Shades of Sorbus #D86945
Tints of Sorbus #D86945
RGB
CMYK
RGB Variations
Color information
#D86945 (or 0xD86945) is known color: Sorbus. HEX triplet: D8, 69 and 45. RGB value is (216,105,69). Sum of RGB (Red+Green+Blue) = 216+105+69=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D86945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86945 is #2796BA. Grayscale: #868686. Windows color (decimal): -2594491 or 4549080. OLE color: 4549080.
HSL color Cylindrical-coordinate representation of color #D86945: hue angle of 14.69º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D86945 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 69 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.15 |
| HSL | 14.69º | 0.65% | 0.56% | - |
| HSV(B) | 14.69º | 0.68% | 0.85% | - |
| XYZ | 34.44 | 25.13 | 8.67 | - |
| YUV | 134.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 69 | 0 | 0.51 | 0.68 | 0.15 | 14.69 | 0.65 | 0.56 |
| Hex | D8 | 69 | 45 | 0 | 33 | 44 | F | F | 41 | 38 |
| Octal | 330 | 151 | 105 | 0 | 63 | 104 | 17 | 17 | 101 | 70 |
| Binary | 11011000 | 1101001 | 1000101 | 0 | 110011 | 1000100 | 1111 | 1111 | 1000001 | 111000 |
Color Harmonies of #D86945
Complementary color
Monochromatic Colors of #D86945
Black with #D86945
Text Example
Text Example
White with #D86945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86945; }
p { color: rgb(216,105,69); }
H1.HeaderClassName
{
color: #D86945;
}
.AnyTagClassName
{
color: #D86945;
}
</style>
background-color css
<style>
a { background-color: #D86945; }
a { background-color: rgb(216,105,69); }
div.DivClassName
{
background-color: #D86945;
}
.BgClassName
{
background-color: #D86945;
}
</style>
border-color css
<style>
span { border-color: #D86945; }
span { border-color: rgb(216,105,69); }
td.TdClassName
{
border-color: #D86945;
}
.TagClassName
{
border-color: #D86945;
}
</style>