Html Css Color HEX #DC7137 Sorbus

📋 copy color: '#DC7137'

red 220 ◦ green 113 ◦ blue 55

#DC7137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DC7137

Tints of Sorbus #DC7137

RGB

 RED value IS 220 (86.33% from 255) = 56.7%

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 55 (21.88% from 255) = 14.18%

R = 56.7%
G = 29.12%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7137 (or 0xDC7137) is known color: Sorbus. HEX triplet: DC, 71 and 37. RGB value is (220,113,55). Sum of RGB (Red+Green+Blue) = 220+113+55=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7137 is #238EC8. Grayscale: #8A8A8A. Windows color (decimal): -2330313 or 3633628. OLE color: 3633628.

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

Color convert

RGB 220 113 55 -
CMYK 0 0.49 0.75 0.14
HSL 21.09º 0.7% 0.54% -
HSV(B) 21.09º 0.75% 0.86% -
XYZ 36.11 27.3 6.98 -
YUV 138.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 220 113 55 0 0.49 0.75 0.14 21.09 0.7 0.54
Hex DC 71 37 0 31 4B E 15 46 36
Octal 334 161 67 0 61 113 16 25 106 66
Binary 11011100 1110001 110111 0 110001 1001011 1110 10101 1000110 110110

Color Harmonies of #DC7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7137

Black with #DC7137

Text Example


Text Example

White with #DC7137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7137; }

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

 H1.HeaderClassName
 {
   color: #DC7137;
 }
 .AnyTagClassName
 {
   color: #DC7137;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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