Shades of Sorbus #DD6337
Tints of Sorbus #DD6337
RGB
CMYK
RGB Variations
Color information
#DD6337 (or 0xDD6337) is known color: Sorbus. HEX triplet: DD, 63 and 37. RGB value is (221,99,55). Sum of RGB (Red+Green+Blue) = 221+99+55=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6337 is #229CC8. Grayscale: #828282. Windows color (decimal): -2268361 or 3630045. OLE color: 3630045.
HSL color Cylindrical-coordinate representation of color #DD6337: hue angle of 15.9º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD6337 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 55 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.13 |
| HSL | 15.9º | 0.71% | 0.54% | - |
| HSV(B) | 15.9º | 0.75% | 0.87% | - |
| XYZ | 34.97 | 24.57 | 6.51 | - |
| YUV | 130.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 55 | 0 | 0.55 | 0.75 | 0.13 | 15.9 | 0.71 | 0.54 |
| Hex | DD | 63 | 37 | 0 | 37 | 4B | D | 10 | 47 | 36 |
| Octal | 335 | 143 | 67 | 0 | 67 | 113 | 15 | 20 | 107 | 66 |
| Binary | 11011101 | 1100011 | 110111 | 0 | 110111 | 1001011 | 1101 | 10000 | 1000111 | 110110 |
Color Harmonies of #DD6337
Complementary color
Monochromatic Colors of #DD6337
Black with #DD6337
Text Example
Text Example
White with #DD6337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6337; }
p { color: rgb(221,99,55); }
H1.HeaderClassName
{
color: #DD6337;
}
.AnyTagClassName
{
color: #DD6337;
}
</style>
background-color css
<style>
a { background-color: #DD6337; }
a { background-color: rgb(221,99,55); }
div.DivClassName
{
background-color: #DD6337;
}
.BgClassName
{
background-color: #DD6337;
}
</style>
border-color css
<style>
span { border-color: #DD6337; }
span { border-color: rgb(221,99,55); }
td.TdClassName
{
border-color: #DD6337;
}
.TagClassName
{
border-color: #DD6337;
}
</style>