Shades of Sorbus #D96B45
Tints of Sorbus #D96B45
RGB
CMYK
RGB Variations
Color information
#D96B45 (or 0xD96B45) is known color: Sorbus. HEX triplet: D9, 6B and 45. RGB value is (217,107,69). Sum of RGB (Red+Green+Blue) = 217+107+69=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96B45 is #2694BA. Grayscale: #878787. Windows color (decimal): -2528443 or 4549593. OLE color: 4549593.
HSL color Cylindrical-coordinate representation of color #D96B45: hue angle of 15.41º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D96B45 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 69 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.15 |
| HSL | 15.41º | 0.66% | 0.56% | - |
| HSV(B) | 15.41º | 0.68% | 0.85% | - |
| XYZ | 34.95 | 25.7 | 8.75 | - |
| YUV | 135.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 69 | 0 | 0.51 | 0.68 | 0.15 | 15.41 | 0.66 | 0.56 |
| Hex | D9 | 6B | 45 | 0 | 33 | 44 | F | F | 42 | 38 |
| Octal | 331 | 153 | 105 | 0 | 63 | 104 | 17 | 17 | 102 | 70 |
| Binary | 11011001 | 1101011 | 1000101 | 0 | 110011 | 1000100 | 1111 | 1111 | 1000010 | 111000 |
Color Harmonies of #D96B45
Complementary color
Monochromatic Colors of #D96B45
Black with #D96B45
Text Example
Text Example
White with #D96B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B45; }
p { color: rgb(217,107,69); }
H1.HeaderClassName
{
color: #D96B45;
}
.AnyTagClassName
{
color: #D96B45;
}
</style>
background-color css
<style>
a { background-color: #D96B45; }
a { background-color: rgb(217,107,69); }
div.DivClassName
{
background-color: #D96B45;
}
.BgClassName
{
background-color: #D96B45;
}
</style>
border-color css
<style>
span { border-color: #D96B45; }
span { border-color: rgb(217,107,69); }
td.TdClassName
{
border-color: #D96B45;
}
.TagClassName
{
border-color: #D96B45;
}
</style>