Shades of Sorbus #D96634
Tints of Sorbus #D96634
RGB
CMYK
RGB Variations
Color information
#D96634 (or 0xD96634) is known color: Sorbus. HEX triplet: D9, 66 and 34. RGB value is (217,102,52). Sum of RGB (Red+Green+Blue) = 217+102+52=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D96634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96634 is #2699CB. Grayscale: #838383. Windows color (decimal): -2529740 or 3434201. OLE color: 3434201.
HSL color Cylindrical-coordinate representation of color #D96634: hue angle of 18.18º 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 #D96634 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 52 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.15 |
| HSL | 18.18º | 0.68% | 0.53% | - |
| HSV(B) | 18.18º | 0.76% | 0.85% | - |
| XYZ | 33.99 | 24.5 | 6.19 | - |
| YUV | 130.69 | 83.6 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 52 | 0 | 0.53 | 0.76 | 0.15 | 18.18 | 0.68 | 0.53 |
| Hex | D9 | 66 | 34 | 0 | 35 | 4C | F | 12 | 44 | 35 |
| Octal | 331 | 146 | 64 | 0 | 65 | 114 | 17 | 22 | 104 | 65 |
| Binary | 11011001 | 1100110 | 110100 | 0 | 110101 | 1001100 | 1111 | 10010 | 1000100 | 110101 |
Color Harmonies of #D96634
Complementary color
Monochromatic Colors of #D96634
Black with #D96634
Text Example
Text Example
White with #D96634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96634; }
p { color: rgb(217,102,52); }
H1.HeaderClassName
{
color: #D96634;
}
.AnyTagClassName
{
color: #D96634;
}
</style>
background-color css
<style>
a { background-color: #D96634; }
a { background-color: rgb(217,102,52); }
div.DivClassName
{
background-color: #D96634;
}
.BgClassName
{
background-color: #D96634;
}
</style>
border-color css
<style>
span { border-color: #D96634; }
span { border-color: rgb(217,102,52); }
td.TdClassName
{
border-color: #D96634;
}
.TagClassName
{
border-color: #D96634;
}
</style>