#DC7037

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

Shades of Sorbus #DC7037

Tints of Sorbus #DC7037

Color information

#DC7037 (or 0xDC7037) is unknown color: approx Sorbus. HEX triplet: DC, 70 and 37. RGB value is (220,112,55). Sum of RGB (Red+Green+Blue) = 220+112+55=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7037 is #238FC8. Grayscale: #8A8A8A. Windows color (decimal): -2330569 or 3633372. OLE color: 3633372.

HSL color Cylindrical-coordinate representation of color #DC7037: hue angle of 20.73º 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 #DC7037 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB22011255-
CMYK00.490.750.14
HSL20.73º70.21%53.92%-
HSV(B)20.73º75%86.27%-
XYZ3627.086.94-
YUV137.7981.28186.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.85%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 55 (21.88% from 255) = 14.21%
R=56.85%
G=28.94%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201125500.490.750.1420.7370.2153.92
HexDC70370314BE154636
Octal33416067061113162510666
Binary110111001110000110111011000110010111110101011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7037; }

 p { color: rgb(220,112,55); }

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

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

 a { background-color: rgb(220,112,55); }

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

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

 span { border-color: rgb(220,112,55); }

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