Html Css Color HEX #DC7437 Sorbus

📋 copy color: '#DC7437'

red 220 ◦ green 116 ◦ blue 55

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

Shades of Sorbus #DC7437

Tints of Sorbus #DC7437

RGB

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

 GREEN value IS 116 (45.7% 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 value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7437 (or 0xDC7437) is known color: 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

RGB 220 116 55 -
CMYK 0 0.47 0.75 0.14
HSL 22.18º 0.7% 0.54% -
HSV(B) 22.18º 0.75% 0.86% -
XYZ 36.45 27.98 7.09 -
YUV 140.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 220 116 55 0 0.47 0.75 0.14 22.18 0.7 0.54
Hex DC 74 37 0 2F 4B E 16 46 36
Octal 334 164 67 0 57 113 16 26 106 66
Binary 11011100 1110100 110111 0 101111 1001011 1110 10110 1000110 110110

Color Harmonies of #DC7437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7437

Black with #DC7437

Text Example


Text Example

White with #DC7437

Text Example


Text Example

HTML Codes & Css Web 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>