Shades of Sorbus #DD6937
Tints of Sorbus #DD6937
RGB
CMYK
RGB Variations
Color information
#DD6937 (or 0xDD6937) is known color: Sorbus. HEX triplet: DD, 69 and 37. RGB value is (221,105,55). Sum of RGB (Red+Green+Blue) = 221+105+55=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6937 is #2296C8. Grayscale: #868686. Windows color (decimal): -2266825 or 3631581. OLE color: 3631581.
HSL color Cylindrical-coordinate representation of color #DD6937: hue angle of 18.07º 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 #DD6937 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 55 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.13 |
| HSL | 18.07º | 0.71% | 0.54% | - |
| HSV(B) | 18.07º | 0.75% | 0.87% | - |
| XYZ | 35.56 | 25.75 | 6.71 | - |
| YUV | 133.98 | 83.43 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 55 | 0 | 0.52 | 0.75 | 0.13 | 18.07 | 0.71 | 0.54 |
| Hex | DD | 69 | 37 | 0 | 34 | 4B | D | 12 | 47 | 36 |
| Octal | 335 | 151 | 67 | 0 | 64 | 113 | 15 | 22 | 107 | 66 |
| Binary | 11011101 | 1101001 | 110111 | 0 | 110100 | 1001011 | 1101 | 10010 | 1000111 | 110110 |
Color Harmonies of #DD6937
Complementary color
Monochromatic Colors of #DD6937
Black with #DD6937
Text Example
Text Example
White with #DD6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6937; }
p { color: rgb(221,105,55); }
H1.HeaderClassName
{
color: #DD6937;
}
.AnyTagClassName
{
color: #DD6937;
}
</style>
background-color css
<style>
a { background-color: #DD6937; }
a { background-color: rgb(221,105,55); }
div.DivClassName
{
background-color: #DD6937;
}
.BgClassName
{
background-color: #DD6937;
}
</style>
border-color css
<style>
span { border-color: #DD6937; }
span { border-color: rgb(221,105,55); }
td.TdClassName
{
border-color: #DD6937;
}
.TagClassName
{
border-color: #DD6937;
}
</style>