Shades of Sorbus #DD703C
Tints of Sorbus #DD703C
RGB
CMYK
RGB Variations
Color information
#DD703C (or 0xDD703C) is known color: Sorbus. HEX triplet: DD, 70 and 3C. RGB value is (221,112,60). Sum of RGB (Red+Green+Blue) = 221+112+60=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD703C is #228FC3. Grayscale: #8A8A8A. Windows color (decimal): -2265028 or 3961053. OLE color: 3961053.
HSL color Cylindrical-coordinate representation of color #DD703C: hue angle of 19.38º 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 #DD703C is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 60 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.13 |
| HSL | 19.38º | 0.7% | 0.55% | - |
| HSV(B) | 19.38º | 0.73% | 0.87% | - |
| XYZ | 36.43 | 27.29 | 7.62 | - |
| YUV | 138.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 60 | 0 | 0.49 | 0.73 | 0.13 | 19.38 | 0.7 | 0.55 |
| Hex | DD | 70 | 3C | 0 | 31 | 49 | D | 13 | 46 | 37 |
| Octal | 335 | 160 | 74 | 0 | 61 | 111 | 15 | 23 | 106 | 67 |
| Binary | 11011101 | 1110000 | 111100 | 0 | 110001 | 1001001 | 1101 | 10011 | 1000110 | 110111 |
Color Harmonies of #DD703C
Complementary color
Monochromatic Colors of #DD703C
Black with #DD703C
Text Example
Text Example
White with #DD703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD703C; }
p { color: rgb(221,112,60); }
H1.HeaderClassName
{
color: #DD703C;
}
.AnyTagClassName
{
color: #DD703C;
}
</style>
background-color css
<style>
a { background-color: #DD703C; }
a { background-color: rgb(221,112,60); }
div.DivClassName
{
background-color: #DD703C;
}
.BgClassName
{
background-color: #DD703C;
}
</style>
border-color css
<style>
span { border-color: #DD703C; }
span { border-color: rgb(221,112,60); }
td.TdClassName
{
border-color: #DD703C;
}
.TagClassName
{
border-color: #DD703C;
}
</style>