Shades of Sorbus #DD703B
Tints of Sorbus #DD703B
RGB
CMYK
RGB Variations
Color information
#DD703B (or 0xDD703B) is known color: Sorbus. HEX triplet: DD, 70 and 3B. RGB value is (221,112,59). Sum of RGB (Red+Green+Blue) = 221+112+59=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD703B is #228FC4. Grayscale: #8A8A8A. Windows color (decimal): -2265029 or 3895517. OLE color: 3895517.
HSL color Cylindrical-coordinate representation of color #DD703B: hue angle of 19.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD703B is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 59 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.13 |
| HSL | 19.63º | 0.7% | 0.55% | - |
| HSV(B) | 19.63º | 0.73% | 0.87% | - |
| XYZ | 36.4 | 27.28 | 7.48 | - |
| YUV | 138.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 59 | 0 | 0.49 | 0.73 | 0.13 | 19.63 | 0.7 | 0.55 |
| Hex | DD | 70 | 3B | 0 | 31 | 49 | D | 14 | 46 | 37 |
| Octal | 335 | 160 | 73 | 0 | 61 | 111 | 15 | 24 | 106 | 67 |
| Binary | 11011101 | 1110000 | 111011 | 0 | 110001 | 1001001 | 1101 | 10100 | 1000110 | 110111 |
Color Harmonies of #DD703B
Complementary color
Monochromatic Colors of #DD703B
Black with #DD703B
Text Example
Text Example
White with #DD703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD703B; }
p { color: rgb(221,112,59); }
H1.HeaderClassName
{
color: #DD703B;
}
.AnyTagClassName
{
color: #DD703B;
}
</style>
background-color css
<style>
a { background-color: #DD703B; }
a { background-color: rgb(221,112,59); }
div.DivClassName
{
background-color: #DD703B;
}
.BgClassName
{
background-color: #DD703B;
}
</style>
border-color css
<style>
span { border-color: #DD703B; }
span { border-color: rgb(221,112,59); }
td.TdClassName
{
border-color: #DD703B;
}
.TagClassName
{
border-color: #DD703B;
}
</style>