Shades of Sorbus #D96C35
Tints of Sorbus #D96C35
RGB
CMYK
RGB Variations
Color information
#D96C35 (or 0xD96C35) is known color: Sorbus. HEX triplet: D9, 6C and 35. RGB value is (217,108,53). Sum of RGB (Red+Green+Blue) = 217+108+53=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C35 is #2693CA. Grayscale: #868686. Windows color (decimal): -2528203 or 3501273. OLE color: 3501273.
HSL color Cylindrical-coordinate representation of color #D96C35: hue angle of 20.12º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D96C35 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 53 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.15 |
| HSL | 20.12º | 0.68% | 0.53% | - |
| HSV(B) | 20.12º | 0.76% | 0.85% | - |
| XYZ | 34.62 | 25.73 | 6.51 | - |
| YUV | 134.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 53 | 0 | 0.50 | 0.76 | 0.15 | 20.12 | 0.68 | 0.53 |
| Hex | D9 | 6C | 35 | 0 | 32 | 4C | F | 14 | 44 | 35 |
| Octal | 331 | 154 | 65 | 0 | 62 | 114 | 17 | 24 | 104 | 65 |
| Binary | 11011001 | 1101100 | 110101 | 0 | 110010 | 1001100 | 1111 | 10100 | 1000100 | 110101 |
Color Harmonies of #D96C35
Complementary color
Monochromatic Colors of #D96C35
Black with #D96C35
Text Example
Text Example
White with #D96C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C35; }
p { color: rgb(217,108,53); }
H1.HeaderClassName
{
color: #D96C35;
}
.AnyTagClassName
{
color: #D96C35;
}
</style>
background-color css
<style>
a { background-color: #D96C35; }
a { background-color: rgb(217,108,53); }
div.DivClassName
{
background-color: #D96C35;
}
.BgClassName
{
background-color: #D96C35;
}
</style>
border-color css
<style>
span { border-color: #D96C35; }
span { border-color: rgb(217,108,53); }
td.TdClassName
{
border-color: #D96C35;
}
.TagClassName
{
border-color: #D96C35;
}
</style>