Html Css Color HEX #DC6E3B Sorbus

📋 copy color: '#DC6E3B'

red 220 ◦ green 110 ◦ blue 59

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

Shades of Sorbus #DC6E3B

Tints of Sorbus #DC6E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.17%

R = 56.56%
G = 28.28%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC6E3B (or 0xDC6E3B) is known color: Sorbus. HEX triplet: DC, 6E and 3B. RGB value is (220,110,59). Sum of RGB (Red+Green+Blue) = 220+110+59=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E3B is #2391C4. Grayscale: #898989. Windows color (decimal): -2331077 or 3895004. OLE color: 3895004.

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

Color convert

RGB 220 110 59 -
CMYK 0 0.50 0.73 0.14
HSL 19.01º 0.7% 0.55% -
HSV(B) 19.01º 0.73% 0.86% -
XYZ 35.88 26.68 7.4 -
YUV 137.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 220 110 59 0 0.50 0.73 0.14 19.01 0.7 0.55
Hex DC 6E 3B 0 32 49 E 13 46 37
Octal 334 156 73 0 62 111 16 23 106 67
Binary 11011100 1101110 111011 0 110010 1001001 1110 10011 1000110 110111

Color Harmonies of #DC6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E3B

Black with #DC6E3B

Text Example


Text Example

White with #DC6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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