Shades of Sorbus #DC7034
Tints of Sorbus #DC7034
RGB
CMYK
RGB Variations
Color information
#DC7034 (or 0xDC7034) is known color: Sorbus. HEX triplet: DC, 70 and 34. RGB value is (220,112,52). Sum of RGB (Red+Green+Blue) = 220+112+52=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7034 is #238FCB. Grayscale: #898989. Windows color (decimal): -2330572 or 3436764. OLE color: 3436764.
HSL color Cylindrical-coordinate representation of color #DC7034: hue angle of 21.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC7034 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 52 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.14 |
| HSL | 21.43º | 0.71% | 0.53% | - |
| HSV(B) | 21.43º | 0.76% | 0.86% | - |
| XYZ | 35.93 | 27.05 | 6.58 | - |
| YUV | 137.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 52 | 0 | 0.49 | 0.76 | 0.14 | 21.43 | 0.71 | 0.53 |
| Hex | DC | 70 | 34 | 0 | 31 | 4C | E | 15 | 47 | 35 |
| Octal | 334 | 160 | 64 | 0 | 61 | 114 | 16 | 25 | 107 | 65 |
| Binary | 11011100 | 1110000 | 110100 | 0 | 110001 | 1001100 | 1110 | 10101 | 1000111 | 110101 |
Color Harmonies of #DC7034
Complementary color
Monochromatic Colors of #DC7034
Black with #DC7034
Text Example
Text Example
White with #DC7034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7034; }
p { color: rgb(220,112,52); }
H1.HeaderClassName
{
color: #DC7034;
}
.AnyTagClassName
{
color: #DC7034;
}
</style>
background-color css
<style>
a { background-color: #DC7034; }
a { background-color: rgb(220,112,52); }
div.DivClassName
{
background-color: #DC7034;
}
.BgClassName
{
background-color: #DC7034;
}
</style>
border-color css
<style>
span { border-color: #DC7034; }
span { border-color: rgb(220,112,52); }
td.TdClassName
{
border-color: #DC7034;
}
.TagClassName
{
border-color: #DC7034;
}
</style>