Shades of Sorbus #D86A43
Tints of Sorbus #D86A43
RGB
CMYK
RGB Variations
Color information
#D86A43 (or 0xD86A43) is known color: Sorbus. HEX triplet: D8, 6A and 43. RGB value is (216,106,67). Sum of RGB (Red+Green+Blue) = 216+106+67=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A43 is #2795BC. Grayscale: #868686. Windows color (decimal): -2594237 or 4418264. OLE color: 4418264.
HSL color Cylindrical-coordinate representation of color #D86A43: hue angle of 15.7º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D86A43 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 67 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.15 |
| HSL | 15.7º | 0.66% | 0.55% | - |
| HSV(B) | 15.7º | 0.69% | 0.85% | - |
| XYZ | 34.49 | 25.31 | 8.38 | - |
| YUV | 134.44 | 89.94 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 67 | 0 | 0.51 | 0.69 | 0.15 | 15.7 | 0.66 | 0.55 |
| Hex | D8 | 6A | 43 | 0 | 33 | 45 | F | 10 | 42 | 37 |
| Octal | 330 | 152 | 103 | 0 | 63 | 105 | 17 | 20 | 102 | 67 |
| Binary | 11011000 | 1101010 | 1000011 | 0 | 110011 | 1000101 | 1111 | 10000 | 1000010 | 110111 |
Color Harmonies of #D86A43
Complementary color
Monochromatic Colors of #D86A43
Black with #D86A43
Text Example
Text Example
White with #D86A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A43; }
p { color: rgb(216,106,67); }
H1.HeaderClassName
{
color: #D86A43;
}
.AnyTagClassName
{
color: #D86A43;
}
</style>
background-color css
<style>
a { background-color: #D86A43; }
a { background-color: rgb(216,106,67); }
div.DivClassName
{
background-color: #D86A43;
}
.BgClassName
{
background-color: #D86A43;
}
</style>
border-color css
<style>
span { border-color: #D86A43; }
span { border-color: rgb(216,106,67); }
td.TdClassName
{
border-color: #D86A43;
}
.TagClassName
{
border-color: #D86A43;
}
</style>