Shades of Sorbus #DC603B
Tints of Sorbus #DC603B
RGB
CMYK
RGB Variations
Color information
#DC603B (or 0xDC603B) is known color: Sorbus. HEX triplet: DC, 60 and 3B. RGB value is (220,96,59). Sum of RGB (Red+Green+Blue) = 220+96+59=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC603B is #239FC4. Grayscale: #818181. Windows color (decimal): -2334661 or 3891420. OLE color: 3891420.
HSL color Cylindrical-coordinate representation of color #DC603B: hue angle of 13.79º 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 #DC603B is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 59 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.14 |
| HSL | 13.79º | 0.7% | 0.55% | - |
| HSV(B) | 13.79º | 0.73% | 0.86% | - |
| XYZ | 34.49 | 23.9 | 6.93 | - |
| YUV | 128.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 59 | 0 | 0.56 | 0.73 | 0.14 | 13.79 | 0.7 | 0.55 |
| Hex | DC | 60 | 3B | 0 | 38 | 49 | E | E | 46 | 37 |
| Octal | 334 | 140 | 73 | 0 | 70 | 111 | 16 | 16 | 106 | 67 |
| Binary | 11011100 | 1100000 | 111011 | 0 | 111000 | 1001001 | 1110 | 1110 | 1000110 | 110111 |
Color Harmonies of #DC603B
Complementary color
Monochromatic Colors of #DC603B
Black with #DC603B
Text Example
Text Example
White with #DC603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC603B; }
p { color: rgb(220,96,59); }
H1.HeaderClassName
{
color: #DC603B;
}
.AnyTagClassName
{
color: #DC603B;
}
</style>
background-color css
<style>
a { background-color: #DC603B; }
a { background-color: rgb(220,96,59); }
div.DivClassName
{
background-color: #DC603B;
}
.BgClassName
{
background-color: #DC603B;
}
</style>
border-color css
<style>
span { border-color: #DC603B; }
span { border-color: rgb(220,96,59); }
td.TdClassName
{
border-color: #DC603B;
}
.TagClassName
{
border-color: #DC603B;
}
</style>