Shades of Sorbus #DD7536
Tints of Sorbus #DD7536
RGB
CMYK
RGB Variations
Color information
#DD7536 (or 0xDD7536) is known color: Sorbus. HEX triplet: DD, 75 and 36. RGB value is (221,117,54). Sum of RGB (Red+Green+Blue) = 221+117+54=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7536 is #228AC9. Grayscale: #8D8D8D. Windows color (decimal): -2263754 or 3569117. OLE color: 3569117.
HSL color Cylindrical-coordinate representation of color #DD7536: hue angle of 22.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7536 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 54 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.13 |
| HSL | 22.63º | 0.71% | 0.54% | - |
| HSV(B) | 22.63º | 0.76% | 0.87% | - |
| XYZ | 36.85 | 28.36 | 7.02 | - |
| YUV | 140.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 54 | 0 | 0.47 | 0.76 | 0.13 | 22.63 | 0.71 | 0.54 |
| Hex | DD | 75 | 36 | 0 | 2F | 4C | D | 17 | 47 | 36 |
| Octal | 335 | 165 | 66 | 0 | 57 | 114 | 15 | 27 | 107 | 66 |
| Binary | 11011101 | 1110101 | 110110 | 0 | 101111 | 1001100 | 1101 | 10111 | 1000111 | 110110 |
Color Harmonies of #DD7536
Complementary color
Monochromatic Colors of #DD7536
Black with #DD7536
Text Example
Text Example
White with #DD7536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7536; }
p { color: rgb(221,117,54); }
H1.HeaderClassName
{
color: #DD7536;
}
.AnyTagClassName
{
color: #DD7536;
}
</style>
background-color css
<style>
a { background-color: #DD7536; }
a { background-color: rgb(221,117,54); }
div.DivClassName
{
background-color: #DD7536;
}
.BgClassName
{
background-color: #DD7536;
}
</style>
border-color css
<style>
span { border-color: #DD7536; }
span { border-color: rgb(221,117,54); }
td.TdClassName
{
border-color: #DD7536;
}
.TagClassName
{
border-color: #DD7536;
}
</style>