Shades of Sorbus #D96E3E
Tints of Sorbus #D96E3E
RGB
CMYK
RGB Variations
Color information
#D96E3E (or 0xD96E3E) is known color: Sorbus. HEX triplet: D9, 6E and 3E. RGB value is (217,110,62). Sum of RGB (Red+Green+Blue) = 217+110+62=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E3E is #2691C1. Grayscale: #888888. Windows color (decimal): -2527682 or 4091609. OLE color: 4091609.
HSL color Cylindrical-coordinate representation of color #D96E3E: hue angle of 18.58º 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 #D96E3E is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 62 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.15 |
| HSL | 18.58º | 0.67% | 0.55% | - |
| HSV(B) | 18.58º | 0.71% | 0.85% | - |
| XYZ | 35.06 | 26.25 | 7.78 | - |
| YUV | 136.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 62 | 0 | 0.49 | 0.71 | 0.15 | 18.58 | 0.67 | 0.55 |
| Hex | D9 | 6E | 3E | 0 | 31 | 47 | F | 13 | 43 | 37 |
| Octal | 331 | 156 | 76 | 0 | 61 | 107 | 17 | 23 | 103 | 67 |
| Binary | 11011001 | 1101110 | 111110 | 0 | 110001 | 1000111 | 1111 | 10011 | 1000011 | 110111 |
Color Harmonies of #D96E3E
Complementary color
Monochromatic Colors of #D96E3E
Black with #D96E3E
Text Example
Text Example
White with #D96E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E3E; }
p { color: rgb(217,110,62); }
H1.HeaderClassName
{
color: #D96E3E;
}
.AnyTagClassName
{
color: #D96E3E;
}
</style>
background-color css
<style>
a { background-color: #D96E3E; }
a { background-color: rgb(217,110,62); }
div.DivClassName
{
background-color: #D96E3E;
}
.BgClassName
{
background-color: #D96E3E;
}
</style>
border-color css
<style>
span { border-color: #D96E3E; }
span { border-color: rgb(217,110,62); }
td.TdClassName
{
border-color: #D96E3E;
}
.TagClassName
{
border-color: #D96E3E;
}
</style>