Shades of Sorbus #D96D44
Tints of Sorbus #D96D44
RGB
CMYK
RGB Variations
Color information
#D96D44 (or 0xD96D44) is known color: Sorbus. HEX triplet: D9, 6D and 44. RGB value is (217,109,68). Sum of RGB (Red+Green+Blue) = 217+109+68=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D44 is #2692BB. Grayscale: #888888. Windows color (decimal): -2527932 or 4484569. OLE color: 4484569.
HSL color Cylindrical-coordinate representation of color #D96D44: hue angle of 16.51º 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 #D96D44 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 68 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.15 |
| HSL | 16.51º | 0.66% | 0.56% | - |
| HSV(B) | 16.51º | 0.69% | 0.85% | - |
| XYZ | 35.13 | 26.11 | 8.66 | - |
| YUV | 136.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 68 | 0 | 0.50 | 0.69 | 0.15 | 16.51 | 0.66 | 0.56 |
| Hex | D9 | 6D | 44 | 0 | 32 | 45 | F | 11 | 42 | 38 |
| Octal | 331 | 155 | 104 | 0 | 62 | 105 | 17 | 21 | 102 | 70 |
| Binary | 11011001 | 1101101 | 1000100 | 0 | 110010 | 1000101 | 1111 | 10001 | 1000010 | 111000 |
Color Harmonies of #D96D44
Complementary color
Monochromatic Colors of #D96D44
Black with #D96D44
Text Example
Text Example
White with #D96D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D44; }
p { color: rgb(217,109,68); }
H1.HeaderClassName
{
color: #D96D44;
}
.AnyTagClassName
{
color: #D96D44;
}
</style>
background-color css
<style>
a { background-color: #D96D44; }
a { background-color: rgb(217,109,68); }
div.DivClassName
{
background-color: #D96D44;
}
.BgClassName
{
background-color: #D96D44;
}
</style>
border-color css
<style>
span { border-color: #D96D44; }
span { border-color: rgb(217,109,68); }
td.TdClassName
{
border-color: #D96D44;
}
.TagClassName
{
border-color: #D96D44;
}
</style>