Html Css Color HEX #DC7537 Sorbus

📋 copy color: '#DC7537'

red 220 ◦ green 117 ◦ blue 55

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

Shades of Sorbus #DC7537

Tints of Sorbus #DC7537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 56.12%
G = 29.85%
B = 14.03%

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

#DC7537 (or 0xDC7537) is known color: Sorbus. HEX triplet: DC, 75 and 37. RGB value is (220,117,55). Sum of RGB (Red+Green+Blue) = 220+117+55=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7537 is #238AC8. Grayscale: #8D8D8D. Windows color (decimal): -2329289 or 3634652. OLE color: 3634652.

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

Color convert

RGB 220 117 55 -
CMYK 0 0.47 0.75 0.14
HSL 22.55º 0.7% 0.54% -
HSV(B) 22.55º 0.75% 0.86% -
XYZ 36.57 28.21 7.13 -
YUV 140.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 220 117 55 0 0.47 0.75 0.14 22.55 0.7 0.54
Hex DC 75 37 0 2F 4B E 17 46 36
Octal 334 165 67 0 57 113 16 27 106 66
Binary 11011100 1110101 110111 0 101111 1001011 1110 10111 1000110 110110

Color Harmonies of #DC7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7537

Black with #DC7537

Text Example


Text Example

White with #DC7537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7537; }

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

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

background-color css

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

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

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

border-color css

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

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

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