Shades of Sorbus #DD6532
Tints of Sorbus #DD6532
RGB
CMYK
RGB Variations
Color information
#DD6532 (or 0xDD6532) is known color: Sorbus. HEX triplet: DD, 65 and 32. RGB value is (221,101,50). Sum of RGB (Red+Green+Blue) = 221+101+50=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6532 is #229ACD. Grayscale: #838383. Windows color (decimal): -2267854 or 3302877. OLE color: 3302877.
HSL color Cylindrical-coordinate representation of color #DD6532: hue angle of 17.89º 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 #DD6532 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 50 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.13 |
| HSL | 17.89º | 0.72% | 0.53% | - |
| HSV(B) | 17.89º | 0.77% | 0.87% | - |
| XYZ | 35.05 | 24.91 | 5.98 | - |
| YUV | 131.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 50 | 0 | 0.54 | 0.77 | 0.13 | 17.89 | 0.72 | 0.53 |
| Hex | DD | 65 | 32 | 0 | 36 | 4D | D | 12 | 48 | 35 |
| Octal | 335 | 145 | 62 | 0 | 66 | 115 | 15 | 22 | 110 | 65 |
| Binary | 11011101 | 1100101 | 110010 | 0 | 110110 | 1001101 | 1101 | 10010 | 1001000 | 110101 |
Color Harmonies of #DD6532
Complementary color
Monochromatic Colors of #DD6532
Black with #DD6532
Text Example
Text Example
White with #DD6532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6532; }
p { color: rgb(221,101,50); }
H1.HeaderClassName
{
color: #DD6532;
}
.AnyTagClassName
{
color: #DD6532;
}
</style>
background-color css
<style>
a { background-color: #DD6532; }
a { background-color: rgb(221,101,50); }
div.DivClassName
{
background-color: #DD6532;
}
.BgClassName
{
background-color: #DD6532;
}
</style>
border-color css
<style>
span { border-color: #DD6532; }
span { border-color: rgb(221,101,50); }
td.TdClassName
{
border-color: #DD6532;
}
.TagClassName
{
border-color: #DD6532;
}
</style>