Shades of Sorbus #D96F44
Tints of Sorbus #D96F44
RGB
CMYK
RGB Variations
Color information
#D96F44 (or 0xD96F44) is known color: Sorbus. HEX triplet: D9, 6F and 44. RGB value is (217,111,68). Sum of RGB (Red+Green+Blue) = 217+111+68=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F44 is #2690BB. Grayscale: #8A8A8A. Windows color (decimal): -2527420 or 4485081. OLE color: 4485081.
HSL color Cylindrical-coordinate representation of color #D96F44: hue angle of 17.32º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D96F44 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 68 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.15 |
| HSL | 17.32º | 0.66% | 0.56% | - |
| HSV(B) | 17.32º | 0.69% | 0.85% | - |
| XYZ | 35.34 | 26.54 | 8.73 | - |
| YUV | 137.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 68 | 0 | 0.49 | 0.69 | 0.15 | 17.32 | 0.66 | 0.56 |
| Hex | D9 | 6F | 44 | 0 | 31 | 45 | F | 11 | 42 | 38 |
| Octal | 331 | 157 | 104 | 0 | 61 | 105 | 17 | 21 | 102 | 70 |
| Binary | 11011001 | 1101111 | 1000100 | 0 | 110001 | 1000101 | 1111 | 10001 | 1000010 | 111000 |
Color Harmonies of #D96F44
Complementary color
Monochromatic Colors of #D96F44
Black with #D96F44
Text Example
Text Example
White with #D96F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F44; }
p { color: rgb(217,111,68); }
H1.HeaderClassName
{
color: #D96F44;
}
.AnyTagClassName
{
color: #D96F44;
}
</style>
background-color css
<style>
a { background-color: #D96F44; }
a { background-color: rgb(217,111,68); }
div.DivClassName
{
background-color: #D96F44;
}
.BgClassName
{
background-color: #D96F44;
}
</style>
border-color css
<style>
span { border-color: #D96F44; }
span { border-color: rgb(217,111,68); }
td.TdClassName
{
border-color: #D96F44;
}
.TagClassName
{
border-color: #D96F44;
}
</style>