Shades of Sorbus #DC703D
Tints of Sorbus #DC703D
RGB
CMYK
RGB Variations
Color information
#DC703D (or 0xDC703D) is known color: Sorbus. HEX triplet: DC, 70 and 3D. RGB value is (220,112,61). Sum of RGB (Red+Green+Blue) = 220+112+61=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC703D is #238FC2. Grayscale: #8A8A8A. Windows color (decimal): -2330563 or 4026588. OLE color: 4026588.
HSL color Cylindrical-coordinate representation of color #DC703D: hue angle of 19.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC703D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 61 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.14 |
| HSL | 19.25º | 0.69% | 0.55% | - |
| HSV(B) | 19.25º | 0.72% | 0.86% | - |
| XYZ | 36.15 | 27.14 | 7.75 | - |
| YUV | 138.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 61 | 0 | 0.49 | 0.72 | 0.14 | 19.25 | 0.69 | 0.55 |
| Hex | DC | 70 | 3D | 0 | 31 | 48 | E | 13 | 45 | 37 |
| Octal | 334 | 160 | 75 | 0 | 61 | 110 | 16 | 23 | 105 | 67 |
| Binary | 11011100 | 1110000 | 111101 | 0 | 110001 | 1001000 | 1110 | 10011 | 1000101 | 110111 |
Color Harmonies of #DC703D
Complementary color
Monochromatic Colors of #DC703D
Black with #DC703D
Text Example
Text Example
White with #DC703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC703D; }
p { color: rgb(220,112,61); }
H1.HeaderClassName
{
color: #DC703D;
}
.AnyTagClassName
{
color: #DC703D;
}
</style>
background-color css
<style>
a { background-color: #DC703D; }
a { background-color: rgb(220,112,61); }
div.DivClassName
{
background-color: #DC703D;
}
.BgClassName
{
background-color: #DC703D;
}
</style>
border-color css
<style>
span { border-color: #DC703D; }
span { border-color: rgb(220,112,61); }
td.TdClassName
{
border-color: #DC703D;
}
.TagClassName
{
border-color: #DC703D;
}
</style>