Shades of Sorbus #DD7036
Tints of Sorbus #DD7036
RGB
CMYK
RGB Variations
Color information
#DD7036 (or 0xDD7036) is known color: Sorbus. HEX triplet: DD, 70 and 36. RGB value is (221,112,54). Sum of RGB (Red+Green+Blue) = 221+112+54=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7036 is #228FC9. Grayscale: #8A8A8A. Windows color (decimal): -2265034 or 3567837. OLE color: 3567837.
HSL color Cylindrical-coordinate representation of color #DD7036: hue angle of 20.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7036 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 54 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.13 |
| HSL | 20.84º | 0.71% | 0.54% | - |
| HSV(B) | 20.84º | 0.76% | 0.87% | - |
| XYZ | 36.28 | 27.23 | 6.83 | - |
| YUV | 137.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 54 | 0 | 0.49 | 0.76 | 0.13 | 20.84 | 0.71 | 0.54 |
| Hex | DD | 70 | 36 | 0 | 31 | 4C | D | 15 | 47 | 36 |
| Octal | 335 | 160 | 66 | 0 | 61 | 114 | 15 | 25 | 107 | 66 |
| Binary | 11011101 | 1110000 | 110110 | 0 | 110001 | 1001100 | 1101 | 10101 | 1000111 | 110110 |
Color Harmonies of #DD7036
Complementary color
Monochromatic Colors of #DD7036
Black with #DD7036
Text Example
Text Example
White with #DD7036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7036; }
p { color: rgb(221,112,54); }
H1.HeaderClassName
{
color: #DD7036;
}
.AnyTagClassName
{
color: #DD7036;
}
</style>
background-color css
<style>
a { background-color: #DD7036; }
a { background-color: rgb(221,112,54); }
div.DivClassName
{
background-color: #DD7036;
}
.BgClassName
{
background-color: #DD7036;
}
</style>
border-color css
<style>
span { border-color: #DD7036; }
span { border-color: rgb(221,112,54); }
td.TdClassName
{
border-color: #DD7036;
}
.TagClassName
{
border-color: #DD7036;
}
</style>