Shades of Sorbus #DD7034
Tints of Sorbus #DD7034
RGB
CMYK
RGB Variations
Color information
#DD7034 (or 0xDD7034) is known color: Sorbus. HEX triplet: DD, 70 and 34. RGB value is (221,112,52). Sum of RGB (Red+Green+Blue) = 221+112+52=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7034 is #228FCB. Grayscale: #8A8A8A. Windows color (decimal): -2265036 or 3436765. OLE color: 3436765.
HSL color Cylindrical-coordinate representation of color #DD7034: hue angle of 21.3º 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 #DD7034 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 52 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.13 |
| HSL | 21.3º | 0.71% | 0.54% | - |
| HSV(B) | 21.3º | 0.76% | 0.87% | - |
| XYZ | 36.23 | 27.21 | 6.59 | - |
| YUV | 137.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 52 | 0 | 0.49 | 0.76 | 0.13 | 21.3 | 0.71 | 0.54 |
| Hex | DD | 70 | 34 | 0 | 31 | 4C | D | 15 | 47 | 36 |
| Octal | 335 | 160 | 64 | 0 | 61 | 114 | 15 | 25 | 107 | 66 |
| Binary | 11011101 | 1110000 | 110100 | 0 | 110001 | 1001100 | 1101 | 10101 | 1000111 | 110110 |
Color Harmonies of #DD7034
Complementary color
Monochromatic Colors of #DD7034
Black with #DD7034
Text Example
Text Example
White with #DD7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7034; }
p { color: rgb(221,112,52); }
H1.HeaderClassName
{
color: #DD7034;
}
.AnyTagClassName
{
color: #DD7034;
}
</style>
background-color css
<style>
a { background-color: #DD7034; }
a { background-color: rgb(221,112,52); }
div.DivClassName
{
background-color: #DD7034;
}
.BgClassName
{
background-color: #DD7034;
}
</style>
border-color css
<style>
span { border-color: #DD7034; }
span { border-color: rgb(221,112,52); }
td.TdClassName
{
border-color: #DD7034;
}
.TagClassName
{
border-color: #DD7034;
}
</style>