Shades of Sorbus #DC603C
Tints of Sorbus #DC603C
RGB
CMYK
RGB Variations
Color information
#DC603C (or 0xDC603C) is known color: Sorbus. HEX triplet: DC, 60 and 3C. RGB value is (220,96,60). Sum of RGB (Red+Green+Blue) = 220+96+60=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC603C is #239FC3. Grayscale: #818181. Windows color (decimal): -2334660 or 3956956. OLE color: 3956956.
HSL color Cylindrical-coordinate representation of color #DC603C: hue angle of 13.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC603C is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 60 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.14 |
| HSL | 13.5º | 0.7% | 0.55% | - |
| HSV(B) | 13.5º | 0.73% | 0.86% | - |
| XYZ | 34.51 | 23.91 | 7.07 | - |
| YUV | 128.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 60 | 0 | 0.56 | 0.73 | 0.14 | 13.5 | 0.7 | 0.55 |
| Hex | DC | 60 | 3C | 0 | 38 | 49 | E | E | 46 | 37 |
| Octal | 334 | 140 | 74 | 0 | 70 | 111 | 16 | 16 | 106 | 67 |
| Binary | 11011100 | 1100000 | 111100 | 0 | 111000 | 1001001 | 1110 | 1110 | 1000110 | 110111 |
Color Harmonies of #DC603C
Complementary color
Monochromatic Colors of #DC603C
Black with #DC603C
Text Example
Text Example
White with #DC603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC603C; }
p { color: rgb(220,96,60); }
H1.HeaderClassName
{
color: #DC603C;
}
.AnyTagClassName
{
color: #DC603C;
}
</style>
background-color css
<style>
a { background-color: #DC603C; }
a { background-color: rgb(220,96,60); }
div.DivClassName
{
background-color: #DC603C;
}
.BgClassName
{
background-color: #DC603C;
}
</style>
border-color css
<style>
span { border-color: #DC603C; }
span { border-color: rgb(220,96,60); }
td.TdClassName
{
border-color: #DC603C;
}
.TagClassName
{
border-color: #DC603C;
}
</style>