Shades of Sorbus #D96E40
Tints of Sorbus #D96E40
RGB
CMYK
RGB Variations
Color information
#D96E40 (or 0xD96E40) is known color: Sorbus. HEX triplet: D9, 6E and 40. RGB value is (217,110,64). Sum of RGB (Red+Green+Blue) = 217+110+64=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E40 is #2691BF. Grayscale: #898989. Windows color (decimal): -2527680 or 4222681. OLE color: 4222681.
HSL color Cylindrical-coordinate representation of color #D96E40: hue angle of 18.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D96E40 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 64 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.15 |
| HSL | 18.04º | 0.67% | 0.55% | - |
| HSV(B) | 18.04º | 0.71% | 0.85% | - |
| XYZ | 35.12 | 26.27 | 8.07 | - |
| YUV | 136.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 64 | 0 | 0.49 | 0.71 | 0.15 | 18.04 | 0.67 | 0.55 |
| Hex | D9 | 6E | 40 | 0 | 31 | 47 | F | 12 | 43 | 37 |
| Octal | 331 | 156 | 100 | 0 | 61 | 107 | 17 | 22 | 103 | 67 |
| Binary | 11011001 | 1101110 | 1000000 | 0 | 110001 | 1000111 | 1111 | 10010 | 1000011 | 110111 |
Color Harmonies of #D96E40
Complementary color
Monochromatic Colors of #D96E40
Black with #D96E40
Text Example
Text Example
White with #D96E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E40; }
p { color: rgb(217,110,64); }
H1.HeaderClassName
{
color: #D96E40;
}
.AnyTagClassName
{
color: #D96E40;
}
</style>
background-color css
<style>
a { background-color: #D96E40; }
a { background-color: rgb(217,110,64); }
div.DivClassName
{
background-color: #D96E40;
}
.BgClassName
{
background-color: #D96E40;
}
</style>
border-color css
<style>
span { border-color: #D96E40; }
span { border-color: rgb(217,110,64); }
td.TdClassName
{
border-color: #D96E40;
}
.TagClassName
{
border-color: #D96E40;
}
</style>