Shades of Sorbus #D96F38
Tints of Sorbus #D96F38
RGB
CMYK
RGB Variations
Color information
#D96F38 (or 0xD96F38) is known color: Sorbus. HEX triplet: D9, 6F and 38. RGB value is (217,111,56). Sum of RGB (Red+Green+Blue) = 217+111+56=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F38 is #2690C7. Grayscale: #888888. Windows color (decimal): -2527432 or 3698649. OLE color: 3698649.
HSL color Cylindrical-coordinate representation of color #D96F38: hue angle of 20.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D96F38 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 56 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.15 |
| HSL | 20.5º | 0.68% | 0.54% | - |
| HSV(B) | 20.5º | 0.74% | 0.85% | - |
| XYZ | 35.01 | 26.41 | 6.99 | - |
| YUV | 136.42 | 82.62 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 56 | 0 | 0.49 | 0.74 | 0.15 | 20.5 | 0.68 | 0.54 |
| Hex | D9 | 6F | 38 | 0 | 31 | 4A | F | 14 | 44 | 36 |
| Octal | 331 | 157 | 70 | 0 | 61 | 112 | 17 | 24 | 104 | 66 |
| Binary | 11011001 | 1101111 | 111000 | 0 | 110001 | 1001010 | 1111 | 10100 | 1000100 | 110110 |
Color Harmonies of #D96F38
Complementary color
Monochromatic Colors of #D96F38
Black with #D96F38
Text Example
Text Example
White with #D96F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F38; }
p { color: rgb(217,111,56); }
H1.HeaderClassName
{
color: #D96F38;
}
.AnyTagClassName
{
color: #D96F38;
}
</style>
background-color css
<style>
a { background-color: #D96F38; }
a { background-color: rgb(217,111,56); }
div.DivClassName
{
background-color: #D96F38;
}
.BgClassName
{
background-color: #D96F38;
}
</style>
border-color css
<style>
span { border-color: #D96F38; }
span { border-color: rgb(217,111,56); }
td.TdClassName
{
border-color: #D96F38;
}
.TagClassName
{
border-color: #D96F38;
}
</style>