Html Css Color HEX #DC6E39 Sorbus

📋 copy color: '#DC6E39'

red 220 ◦ green 110 ◦ blue 57

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

Shades of Sorbus #DC6E39

Tints of Sorbus #DC6E39

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

 BLUE value IS 57 (22.66% from 255) = 14.73%

R = 56.85%
G = 28.42%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC6E39 (or 0xDC6E39) is known color: Sorbus. HEX triplet: DC, 6E and 39. RGB value is (220,110,57). Sum of RGB (Red+Green+Blue) = 220+110+57=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E39 is #2391C6. Grayscale: #898989. Windows color (decimal): -2331079 or 3763932. OLE color: 3763932.

HSL color Cylindrical-coordinate representation of color #DC6E39: hue angle of 19.51º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC6E39 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 110 57 -
CMYK 0 0.50 0.74 0.14
HSL 19.51º 0.7% 0.54% -
HSV(B) 19.51º 0.74% 0.86% -
XYZ 35.83 26.66 7.13 -
YUV 136.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 220 110 57 0 0.50 0.74 0.14 19.51 0.7 0.54
Hex DC 6E 39 0 32 4A E 14 46 36
Octal 334 156 71 0 62 112 16 24 106 66
Binary 11011100 1101110 111001 0 110010 1001010 1110 10100 1000110 110110

Color Harmonies of #DC6E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E39

Black with #DC6E39

Text Example


Text Example

White with #DC6E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E39; }

 p { color: rgb(220,110,57); }

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

background-color css

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

 a { background-color: rgb(220,110,57); }

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

border-color css

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

 span { border-color: rgb(220,110,57); }

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