Shades of Sorbus #D96E42
Tints of Sorbus #D96E42
RGB
CMYK
RGB Variations
Color information
#D96E42 (or 0xD96E42) is known color: Sorbus. HEX triplet: D9, 6E and 42. RGB value is (217,110,66). Sum of RGB (Red+Green+Blue) = 217+110+66=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E42 is #2691BD. Grayscale: #898989. Windows color (decimal): -2527678 or 4353753. OLE color: 4353753.
HSL color Cylindrical-coordinate representation of color #D96E42: hue angle of 17.48º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D96E42 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 66 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.15 |
| HSL | 17.48º | 0.67% | 0.55% | - |
| HSV(B) | 17.48º | 0.7% | 0.85% | - |
| XYZ | 35.17 | 26.3 | 8.38 | - |
| YUV | 136.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 66 | 0 | 0.49 | 0.70 | 0.15 | 17.48 | 0.67 | 0.55 |
| Hex | D9 | 6E | 42 | 0 | 31 | 46 | F | 11 | 43 | 37 |
| Octal | 331 | 156 | 102 | 0 | 61 | 106 | 17 | 21 | 103 | 67 |
| Binary | 11011001 | 1101110 | 1000010 | 0 | 110001 | 1000110 | 1111 | 10001 | 1000011 | 110111 |
Color Harmonies of #D96E42
Complementary color
Monochromatic Colors of #D96E42
Black with #D96E42
Text Example
Text Example
White with #D96E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E42; }
p { color: rgb(217,110,66); }
H1.HeaderClassName
{
color: #D96E42;
}
.AnyTagClassName
{
color: #D96E42;
}
</style>
background-color css
<style>
a { background-color: #D96E42; }
a { background-color: rgb(217,110,66); }
div.DivClassName
{
background-color: #D96E42;
}
.BgClassName
{
background-color: #D96E42;
}
</style>
border-color css
<style>
span { border-color: #D96E42; }
span { border-color: rgb(217,110,66); }
td.TdClassName
{
border-color: #D96E42;
}
.TagClassName
{
border-color: #D96E42;
}
</style>