Html Css Color HEX #DC6537 Sorbus

📋 copy color: '#DC6537'

red 220 ◦ green 101 ◦ blue 55

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

Shades of Sorbus #DC6537

Tints of Sorbus #DC6537

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 58.51%
G = 26.86%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC6537 (or 0xDC6537) is known color: Sorbus. HEX triplet: DC, 65 and 37. RGB value is (220,101,55). Sum of RGB (Red+Green+Blue) = 220+101+55=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6537 is #239AC8. Grayscale: #838383. Windows color (decimal): -2333385 or 3630556. OLE color: 3630556.

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

Color convert

RGB 220 101 55 -
CMYK 0 0.54 0.75 0.14
HSL 16.73º 0.7% 0.54% -
HSV(B) 16.73º 0.75% 0.86% -
XYZ 34.86 24.8 6.56 -
YUV 131.34 84.92 191.24 -
System Red Green Blue C M Y K H S L
Decimal 220 101 55 0 0.54 0.75 0.14 16.73 0.7 0.54
Hex DC 65 37 0 36 4B E 11 46 36
Octal 334 145 67 0 66 113 16 21 106 66
Binary 11011100 1100101 110111 0 110110 1001011 1110 10001 1000110 110110

Color Harmonies of #DC6537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6537

Black with #DC6537

Text Example


Text Example

White with #DC6537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6537; }

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

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

background-color css

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

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

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

border-color css

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

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

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