Shades of Sorbus #DF703F
Tints of Sorbus #DF703F
RGB
CMYK
RGB Variations
Color information
#DF703F (or 0xDF703F) is known color: Sorbus. HEX triplet: DF, 70 and 3F. RGB value is (223,112,63). Sum of RGB (Red+Green+Blue) = 223+112+63=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF703F is #208FC0. Grayscale: #8B8B8B. Windows color (decimal): -2133953 or 4157663. OLE color: 4157663.
HSL color Cylindrical-coordinate representation of color #DF703F: hue angle of 18.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF703F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 63 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.13 |
| HSL | 18.38º | 0.71% | 0.56% | - |
| HSV(B) | 18.38º | 0.72% | 0.87% | - |
| XYZ | 37.12 | 27.64 | 8.08 | - |
| YUV | 139.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 63 | 0 | 0.50 | 0.72 | 0.13 | 18.38 | 0.71 | 0.56 |
| Hex | DF | 70 | 3F | 0 | 32 | 48 | D | 12 | 47 | 38 |
| Octal | 337 | 160 | 77 | 0 | 62 | 110 | 15 | 22 | 107 | 70 |
| Binary | 11011111 | 1110000 | 111111 | 0 | 110010 | 1001000 | 1101 | 10010 | 1000111 | 111000 |
Color Harmonies of #DF703F
Complementary color
Monochromatic Colors of #DF703F
Black with #DF703F
Text Example
Text Example
White with #DF703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF703F; }
p { color: rgb(223,112,63); }
H1.HeaderClassName
{
color: #DF703F;
}
.AnyTagClassName
{
color: #DF703F;
}
</style>
background-color css
<style>
a { background-color: #DF703F; }
a { background-color: rgb(223,112,63); }
div.DivClassName
{
background-color: #DF703F;
}
.BgClassName
{
background-color: #DF703F;
}
</style>
border-color css
<style>
span { border-color: #DF703F; }
span { border-color: rgb(223,112,63); }
td.TdClassName
{
border-color: #DF703F;
}
.TagClassName
{
border-color: #DF703F;
}
</style>