Shades of Sorbus #DD7339
Tints of Sorbus #DD7339
RGB
CMYK
RGB Variations
Color information
#DD7339 (or 0xDD7339) is known color: Sorbus. HEX triplet: DD, 73 and 39. RGB value is (221,115,57). Sum of RGB (Red+Green+Blue) = 221+115+57=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7339 is #228CC6. Grayscale: #8C8C8C. Windows color (decimal): -2264263 or 3765213. OLE color: 3765213.
HSL color Cylindrical-coordinate representation of color #DD7339: hue angle of 21.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD7339 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 57 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.13 |
| HSL | 21.22º | 0.71% | 0.55% | - |
| HSV(B) | 21.22º | 0.74% | 0.87% | - |
| XYZ | 36.69 | 27.93 | 7.33 | - |
| YUV | 140.08 | 81.12 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 57 | 0 | 0.48 | 0.74 | 0.13 | 21.22 | 0.71 | 0.55 |
| Hex | DD | 73 | 39 | 0 | 30 | 4A | D | 15 | 47 | 37 |
| Octal | 335 | 163 | 71 | 0 | 60 | 112 | 15 | 25 | 107 | 67 |
| Binary | 11011101 | 1110011 | 111001 | 0 | 110000 | 1001010 | 1101 | 10101 | 1000111 | 110111 |
Color Harmonies of #DD7339
Complementary color
Monochromatic Colors of #DD7339
Black with #DD7339
Text Example
Text Example
White with #DD7339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7339; }
p { color: rgb(221,115,57); }
H1.HeaderClassName
{
color: #DD7339;
}
.AnyTagClassName
{
color: #DD7339;
}
</style>
background-color css
<style>
a { background-color: #DD7339; }
a { background-color: rgb(221,115,57); }
div.DivClassName
{
background-color: #DD7339;
}
.BgClassName
{
background-color: #DD7339;
}
</style>
border-color css
<style>
span { border-color: #DD7339; }
span { border-color: rgb(221,115,57); }
td.TdClassName
{
border-color: #DD7339;
}
.TagClassName
{
border-color: #DD7339;
}
</style>