#DC603F

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

Shades of Sorbus #DC603F

Tints of Sorbus #DC603F

Color information

#DC603F (or 0xDC603F) is unknown color: approx Sorbus. HEX triplet: DC, 60 and 3F. RGB value is (220,96,63). Sum of RGB (Red+Green+Blue) = 220+96+63=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC603F is #239FC0. Grayscale: #818181. Windows color (decimal): -2334657 or 4153564. OLE color: 4153564.

HSL color Cylindrical-coordinate representation of color #DC603F: hue angle of 12.61º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC603F is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB2209663-
CMYK00.560.710.14
HSL12.61º69.16%55.49%-
HSV(B)12.61º71.36%86.27%-
XYZ34.623.947.5-
YUV129.3190.58192.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 63 (25% from 255) = 16.62%
R=58.05%
G=25.33%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220966300.560.710.1412.6169.1655.49
HexDC603F03847Ed4537
Octal33414077070107161510567
Binary11011100110000011111101110001000111111011011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC603F; }

 p { color: rgb(220,96,63); }

 H1.HeaderClassName
 {
   color: #DC603F;
 }
 .AnyTagClassName
 {
   color: #DC603F;
 }
</style>
background-color css

<style>
 a { background-color: #DC603F; }

 a { background-color: rgb(220,96,63); }

 div.DivClassName
 {
   background-color: #DC603F;
 }
 .BgClassName
 {
   background-color: #DC603F;
 }
</style>
border-color css

<style>
 span { border-color: #DC603F; }

 span { border-color: rgb(220,96,63); }

 td.TdClassName
 {
   border-color: #DC603F;
 }
 .TagClassName
 {
   border-color: #DC603F;
 }
</style>