Shades of Sorbus #DC7134
Tints of Sorbus #DC7134
RGB
CMYK
RGB Variations
Color information
#DC7134 (or 0xDC7134) is known color: Sorbus. HEX triplet: DC, 71 and 34. RGB value is (220,113,52). Sum of RGB (Red+Green+Blue) = 220+113+52=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7134 is #238ECB. Grayscale: #8A8A8A. Windows color (decimal): -2330316 or 3437020. OLE color: 3437020.
HSL color Cylindrical-coordinate representation of color #DC7134: hue angle of 21.79º 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 #DC7134 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 52 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.14 |
| HSL | 21.79º | 0.71% | 0.53% | - |
| HSV(B) | 21.79º | 0.76% | 0.86% | - |
| XYZ | 36.04 | 27.27 | 6.61 | - |
| YUV | 138.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 52 | 0 | 0.49 | 0.76 | 0.14 | 21.79 | 0.71 | 0.53 |
| Hex | DC | 71 | 34 | 0 | 31 | 4C | E | 16 | 47 | 35 |
| Octal | 334 | 161 | 64 | 0 | 61 | 114 | 16 | 26 | 107 | 65 |
| Binary | 11011100 | 1110001 | 110100 | 0 | 110001 | 1001100 | 1110 | 10110 | 1000111 | 110101 |
Color Harmonies of #DC7134
Complementary color
Monochromatic Colors of #DC7134
Black with #DC7134
Text Example
Text Example
White with #DC7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7134; }
p { color: rgb(220,113,52); }
H1.HeaderClassName
{
color: #DC7134;
}
.AnyTagClassName
{
color: #DC7134;
}
</style>
background-color css
<style>
a { background-color: #DC7134; }
a { background-color: rgb(220,113,52); }
div.DivClassName
{
background-color: #DC7134;
}
.BgClassName
{
background-color: #DC7134;
}
</style>
border-color css
<style>
span { border-color: #DC7134; }
span { border-color: rgb(220,113,52); }
td.TdClassName
{
border-color: #DC7134;
}
.TagClassName
{
border-color: #DC7134;
}
</style>