Shades of Sorbus #DD6837
Tints of Sorbus #DD6837
RGB
CMYK
RGB Variations
Color information
#DD6837 (or 0xDD6837) is known color: Sorbus. HEX triplet: DD, 68 and 37. RGB value is (221,104,55). Sum of RGB (Red+Green+Blue) = 221+104+55=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6837 is #2297C8. Grayscale: #858585. Windows color (decimal): -2267081 or 3631325. OLE color: 3631325.
HSL color Cylindrical-coordinate representation of color #DD6837: hue angle of 17.71º 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 #DD6837 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 55 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.13 |
| HSL | 17.71º | 0.71% | 0.54% | - |
| HSV(B) | 17.71º | 0.75% | 0.87% | - |
| XYZ | 35.46 | 25.55 | 6.68 | - |
| YUV | 133.4 | 83.76 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 55 | 0 | 0.53 | 0.75 | 0.13 | 17.71 | 0.71 | 0.54 |
| Hex | DD | 68 | 37 | 0 | 35 | 4B | D | 12 | 47 | 36 |
| Octal | 335 | 150 | 67 | 0 | 65 | 113 | 15 | 22 | 107 | 66 |
| Binary | 11011101 | 1101000 | 110111 | 0 | 110101 | 1001011 | 1101 | 10010 | 1000111 | 110110 |
Color Harmonies of #DD6837
Complementary color
Monochromatic Colors of #DD6837
Black with #DD6837
Text Example
Text Example
White with #DD6837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6837; }
p { color: rgb(221,104,55); }
H1.HeaderClassName
{
color: #DD6837;
}
.AnyTagClassName
{
color: #DD6837;
}
</style>
background-color css
<style>
a { background-color: #DD6837; }
a { background-color: rgb(221,104,55); }
div.DivClassName
{
background-color: #DD6837;
}
.BgClassName
{
background-color: #DD6837;
}
</style>
border-color css
<style>
span { border-color: #DD6837; }
span { border-color: rgb(221,104,55); }
td.TdClassName
{
border-color: #DD6837;
}
.TagClassName
{
border-color: #DD6837;
}
</style>