Shades of Sorbus #DD6033
Tints of Sorbus #DD6033
RGB
CMYK
RGB Variations
Color information
#DD6033 (or 0xDD6033) is known color: Sorbus. HEX triplet: DD, 60 and 33. RGB value is (221,96,51). Sum of RGB (Red+Green+Blue) = 221+96+51=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6033 is #229FCC. Grayscale: #808080. Windows color (decimal): -2269133 or 3367133. OLE color: 3367133.
HSL color Cylindrical-coordinate representation of color #DD6033: hue angle of 15.88º degrees, saturation: 0.71, 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 #DD6033 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 51 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.13 |
| HSL | 15.88º | 0.71% | 0.53% | - |
| HSV(B) | 15.88º | 0.77% | 0.87% | - |
| XYZ | 34.6 | 23.98 | 5.94 | - |
| YUV | 128.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 51 | 0 | 0.57 | 0.77 | 0.13 | 15.88 | 0.71 | 0.53 |
| Hex | DD | 60 | 33 | 0 | 39 | 4D | D | 10 | 47 | 35 |
| Octal | 335 | 140 | 63 | 0 | 71 | 115 | 15 | 20 | 107 | 65 |
| Binary | 11011101 | 1100000 | 110011 | 0 | 111001 | 1001101 | 1101 | 10000 | 1000111 | 110101 |
Color Harmonies of #DD6033
Complementary color
Monochromatic Colors of #DD6033
Black with #DD6033
Text Example
Text Example
White with #DD6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6033; }
p { color: rgb(221,96,51); }
H1.HeaderClassName
{
color: #DD6033;
}
.AnyTagClassName
{
color: #DD6033;
}
</style>
background-color css
<style>
a { background-color: #DD6033; }
a { background-color: rgb(221,96,51); }
div.DivClassName
{
background-color: #DD6033;
}
.BgClassName
{
background-color: #DD6033;
}
</style>
border-color css
<style>
span { border-color: #DD6033; }
span { border-color: rgb(221,96,51); }
td.TdClassName
{
border-color: #DD6033;
}
.TagClassName
{
border-color: #DD6033;
}
</style>