Shades of Sorbus #D86642
Tints of Sorbus #D86642
RGB
CMYK
RGB Variations
Color information
#D86642 (or 0xD86642) is known color: Sorbus. HEX triplet: D8, 66 and 42. RGB value is (216,102,66). Sum of RGB (Red+Green+Blue) = 216+102+66=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D86642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86642 is #2799BD. Grayscale: #848484. Windows color (decimal): -2595262 or 4351704. OLE color: 4351704.
HSL color Cylindrical-coordinate representation of color #D86642: hue angle of 14.4º 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 #D86642 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 66 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.15 |
| HSL | 14.4º | 0.66% | 0.55% | - |
| HSV(B) | 14.4º | 0.69% | 0.85% | - |
| XYZ | 34.05 | 24.5 | 8.09 | - |
| YUV | 131.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 66 | 0 | 0.53 | 0.69 | 0.15 | 14.4 | 0.66 | 0.55 |
| Hex | D8 | 66 | 42 | 0 | 35 | 45 | F | E | 42 | 37 |
| Octal | 330 | 146 | 102 | 0 | 65 | 105 | 17 | 16 | 102 | 67 |
| Binary | 11011000 | 1100110 | 1000010 | 0 | 110101 | 1000101 | 1111 | 1110 | 1000010 | 110111 |
Color Harmonies of #D86642
Complementary color
Monochromatic Colors of #D86642
Black with #D86642
Text Example
Text Example
White with #D86642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86642; }
p { color: rgb(216,102,66); }
H1.HeaderClassName
{
color: #D86642;
}
.AnyTagClassName
{
color: #D86642;
}
</style>
background-color css
<style>
a { background-color: #D86642; }
a { background-color: rgb(216,102,66); }
div.DivClassName
{
background-color: #D86642;
}
.BgClassName
{
background-color: #D86642;
}
</style>
border-color css
<style>
span { border-color: #D86642; }
span { border-color: rgb(216,102,66); }
td.TdClassName
{
border-color: #D86642;
}
.TagClassName
{
border-color: #D86642;
}
</style>