Shades of Sorbus #DC6036
Tints of Sorbus #DC6036
RGB
CMYK
RGB Variations
Color information
#DC6036 (or 0xDC6036) is known color: Sorbus. HEX triplet: DC, 60 and 36. RGB value is (220,96,54). Sum of RGB (Red+Green+Blue) = 220+96+54=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6036 is #239FC9. Grayscale: #808080. Windows color (decimal): -2334666 or 3563740. OLE color: 3563740.
HSL color Cylindrical-coordinate representation of color #DC6036: hue angle of 15.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC6036 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 54 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.14 |
| HSL | 15.18º | 0.7% | 0.54% | - |
| HSV(B) | 15.18º | 0.75% | 0.86% | - |
| XYZ | 34.36 | 23.85 | 6.28 | - |
| YUV | 128.29 | 86.08 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 54 | 0 | 0.56 | 0.75 | 0.14 | 15.18 | 0.7 | 0.54 |
| Hex | DC | 60 | 36 | 0 | 38 | 4B | E | F | 46 | 36 |
| Octal | 334 | 140 | 66 | 0 | 70 | 113 | 16 | 17 | 106 | 66 |
| Binary | 11011100 | 1100000 | 110110 | 0 | 111000 | 1001011 | 1110 | 1111 | 1000110 | 110110 |
Color Harmonies of #DC6036
Complementary color
Monochromatic Colors of #DC6036
Black with #DC6036
Text Example
Text Example
White with #DC6036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6036; }
p { color: rgb(220,96,54); }
H1.HeaderClassName
{
color: #DC6036;
}
.AnyTagClassName
{
color: #DC6036;
}
</style>
background-color css
<style>
a { background-color: #DC6036; }
a { background-color: rgb(220,96,54); }
div.DivClassName
{
background-color: #DC6036;
}
.BgClassName
{
background-color: #DC6036;
}
</style>
border-color css
<style>
span { border-color: #DC6036; }
span { border-color: rgb(220,96,54); }
td.TdClassName
{
border-color: #DC6036;
}
.TagClassName
{
border-color: #DC6036;
}
</style>