Shades of Sorbus #DC7033
Tints of Sorbus #DC7033
RGB
CMYK
RGB Variations
Color information
#DC7033 (or 0xDC7033) is known color: Sorbus. HEX triplet: DC, 70 and 33. RGB value is (220,112,51). Sum of RGB (Red+Green+Blue) = 220+112+51=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7033 is #238FCC. Grayscale: #898989. Windows color (decimal): -2330573 or 3371228. OLE color: 3371228.
HSL color Cylindrical-coordinate representation of color #DC7033: hue angle of 21.66º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC7033 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 51 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.14 |
| HSL | 21.66º | 0.71% | 0.53% | - |
| HSV(B) | 21.66º | 0.77% | 0.86% | - |
| XYZ | 35.91 | 27.04 | 6.46 | - |
| YUV | 137.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 51 | 0 | 0.49 | 0.77 | 0.14 | 21.66 | 0.71 | 0.53 |
| Hex | DC | 70 | 33 | 0 | 31 | 4D | E | 16 | 47 | 35 |
| Octal | 334 | 160 | 63 | 0 | 61 | 115 | 16 | 26 | 107 | 65 |
| Binary | 11011100 | 1110000 | 110011 | 0 | 110001 | 1001101 | 1110 | 10110 | 1000111 | 110101 |
Color Harmonies of #DC7033
Complementary color
Monochromatic Colors of #DC7033
Black with #DC7033
Text Example
Text Example
White with #DC7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7033; }
p { color: rgb(220,112,51); }
H1.HeaderClassName
{
color: #DC7033;
}
.AnyTagClassName
{
color: #DC7033;
}
</style>
background-color css
<style>
a { background-color: #DC7033; }
a { background-color: rgb(220,112,51); }
div.DivClassName
{
background-color: #DC7033;
}
.BgClassName
{
background-color: #DC7033;
}
</style>
border-color css
<style>
span { border-color: #DC7033; }
span { border-color: rgb(220,112,51); }
td.TdClassName
{
border-color: #DC7033;
}
.TagClassName
{
border-color: #DC7033;
}
</style>