#DC603C

Color #DC603C Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DC603C

Tints of Sorbus #DC603C

Color information

#DC603C (or 0xDC603C) is unknown color: approx 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

RGB2209660-
CMYK00.560.730.14
HSL13.5º69.57%54.9%-
HSV(B)13.5º72.73%86.27%-
XYZ34.5123.917.07-
YUV128.9789.08192.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 58.51%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 60 (23.83% from 255) = 15.96%
R=58.51%
G=25.53%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220966000.560.730.1413.569.5754.9
HexDC603C03849Ee4637
Octal33414074070111161610667
Binary11011100110000011110001110001001001111011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>