Shades of Sorbus #DD7032
Tints of Sorbus #DD7032
RGB
CMYK
RGB Variations
Color information
#DD7032 (or 0xDD7032) is known color: Sorbus. HEX triplet: DD, 70 and 32. RGB value is (221,112,50). Sum of RGB (Red+Green+Blue) = 221+112+50=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7032 is #228FCD. Grayscale: #898989. Windows color (decimal): -2265038 or 3305693. OLE color: 3305693.
HSL color Cylindrical-coordinate representation of color #DD7032: hue angle of 21.75º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD7032 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 50 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.13 |
| HSL | 21.75º | 0.72% | 0.53% | - |
| HSV(B) | 21.75º | 0.77% | 0.87% | - |
| XYZ | 36.19 | 27.19 | 6.36 | - |
| YUV | 137.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 50 | 0 | 0.49 | 0.77 | 0.13 | 21.75 | 0.72 | 0.53 |
| Hex | DD | 70 | 32 | 0 | 31 | 4D | D | 16 | 48 | 35 |
| Octal | 335 | 160 | 62 | 0 | 61 | 115 | 15 | 26 | 110 | 65 |
| Binary | 11011101 | 1110000 | 110010 | 0 | 110001 | 1001101 | 1101 | 10110 | 1001000 | 110101 |
Color Harmonies of #DD7032
Complementary color
Monochromatic Colors of #DD7032
Black with #DD7032
Text Example
Text Example
White with #DD7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7032; }
p { color: rgb(221,112,50); }
H1.HeaderClassName
{
color: #DD7032;
}
.AnyTagClassName
{
color: #DD7032;
}
</style>
background-color css
<style>
a { background-color: #DD7032; }
a { background-color: rgb(221,112,50); }
div.DivClassName
{
background-color: #DD7032;
}
.BgClassName
{
background-color: #DD7032;
}
</style>
border-color css
<style>
span { border-color: #DD7032; }
span { border-color: rgb(221,112,50); }
td.TdClassName
{
border-color: #DD7032;
}
.TagClassName
{
border-color: #DD7032;
}
</style>