Shades of Sorbus #DD6637
Tints of Sorbus #DD6637
RGB
CMYK
RGB Variations
Color information
#DD6637 (or 0xDD6637) is known color: Sorbus. HEX triplet: DD, 66 and 37. RGB value is (221,102,55). Sum of RGB (Red+Green+Blue) = 221+102+55=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6637 is #2299C8. Grayscale: #848484. Windows color (decimal): -2267593 or 3630813. OLE color: 3630813.
HSL color Cylindrical-coordinate representation of color #DD6637: hue angle of 16.99º 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 #DD6637 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 55 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.13 |
| HSL | 16.99º | 0.71% | 0.54% | - |
| HSV(B) | 16.99º | 0.75% | 0.87% | - |
| XYZ | 35.26 | 25.15 | 6.61 | - |
| YUV | 132.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 55 | 0 | 0.54 | 0.75 | 0.13 | 16.99 | 0.71 | 0.54 |
| Hex | DD | 66 | 37 | 0 | 36 | 4B | D | 11 | 47 | 36 |
| Octal | 335 | 146 | 67 | 0 | 66 | 113 | 15 | 21 | 107 | 66 |
| Binary | 11011101 | 1100110 | 110111 | 0 | 110110 | 1001011 | 1101 | 10001 | 1000111 | 110110 |
Color Harmonies of #DD6637
Complementary color
Monochromatic Colors of #DD6637
Black with #DD6637
Text Example
Text Example
White with #DD6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6637; }
p { color: rgb(221,102,55); }
H1.HeaderClassName
{
color: #DD6637;
}
.AnyTagClassName
{
color: #DD6637;
}
</style>
background-color css
<style>
a { background-color: #DD6637; }
a { background-color: rgb(221,102,55); }
div.DivClassName
{
background-color: #DD6637;
}
.BgClassName
{
background-color: #DD6637;
}
</style>
border-color css
<style>
span { border-color: #DD6637; }
span { border-color: rgb(221,102,55); }
td.TdClassName
{
border-color: #DD6637;
}
.TagClassName
{
border-color: #DD6637;
}
</style>