Shades of Sorbus #D96F43
Tints of Sorbus #D96F43
RGB
CMYK
RGB Variations
Color information
#D96F43 (or 0xD96F43) is known color: Sorbus. HEX triplet: D9, 6F and 43. RGB value is (217,111,67). Sum of RGB (Red+Green+Blue) = 217+111+67=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 67 (26.56% from 255 or 16.96% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F43 is #2690BC. Grayscale: #898989. Windows color (decimal): -2527421 or 4419545. OLE color: 4419545.
HSL color Cylindrical-coordinate representation of color #D96F43: hue angle of 17.6º 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 #D96F43 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 67 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.15 |
| HSL | 17.6º | 0.66% | 0.56% | - |
| HSV(B) | 17.6º | 0.69% | 0.85% | - |
| XYZ | 35.31 | 26.53 | 8.57 | - |
| YUV | 137.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 67 | 0 | 0.49 | 0.69 | 0.15 | 17.6 | 0.66 | 0.56 |
| Hex | D9 | 6F | 43 | 0 | 31 | 45 | F | 12 | 42 | 38 |
| Octal | 331 | 157 | 103 | 0 | 61 | 105 | 17 | 22 | 102 | 70 |
| Binary | 11011001 | 1101111 | 1000011 | 0 | 110001 | 1000101 | 1111 | 10010 | 1000010 | 111000 |
Color Harmonies of #D96F43
Complementary color
Monochromatic Colors of #D96F43
Black with #D96F43
Text Example
Text Example
White with #D96F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F43; }
p { color: rgb(217,111,67); }
H1.HeaderClassName
{
color: #D96F43;
}
.AnyTagClassName
{
color: #D96F43;
}
</style>
background-color css
<style>
a { background-color: #D96F43; }
a { background-color: rgb(217,111,67); }
div.DivClassName
{
background-color: #D96F43;
}
.BgClassName
{
background-color: #D96F43;
}
</style>
border-color css
<style>
span { border-color: #D96F43; }
span { border-color: rgb(217,111,67); }
td.TdClassName
{
border-color: #D96F43;
}
.TagClassName
{
border-color: #D96F43;
}
</style>