#DC7437

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

Shades of Sorbus #DC7437

Tints of Sorbus #DC7437

Color information

#DC7437 (or 0xDC7437) is unknown color: approx Sorbus. HEX triplet: DC, 74 and 37. RGB value is (220,116,55). Sum of RGB (Red+Green+Blue) = 220+116+55=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7437 is #238BC8. Grayscale: #8C8C8C. Windows color (decimal): -2329545 or 3634396. OLE color: 3634396.

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

Color convert

RGB22011655-
CMYK00.470.750.14
HSL22.18º70.21%53.92%-
HSV(B)22.18º75%86.27%-
XYZ36.4527.987.09-
YUV140.1479.96184.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.27%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=56.27%
G=29.67%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201165500.470.750.1422.1870.2153.92
HexDC743702F4BE164636
Octal33416467057113162610666
Binary110111001110100110111010111110010111110101101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7437; }

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

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

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

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

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

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

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

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