Html Css Color HEX #DC6E3A Sorbus

📋 copy color: '#DC6E3A'

red 220 ◦ green 110 ◦ blue 58

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

Shades of Sorbus #DC6E3A

Tints of Sorbus #DC6E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.95%

R = 56.7%
G = 28.35%
B = 14.95%

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

#DC6E3A (or 0xDC6E3A) is known color: Sorbus. HEX triplet: DC, 6E and 3A. RGB value is (220,110,58). Sum of RGB (Red+Green+Blue) = 220+110+58=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E3A is #2391C5. Grayscale: #898989. Windows color (decimal): -2331078 or 3829468. OLE color: 3829468.

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

Color convert

RGB 220 110 58 -
CMYK 0 0.50 0.74 0.14
HSL 19.26º 0.7% 0.55% -
HSV(B) 19.26º 0.74% 0.86% -
XYZ 35.85 26.67 7.26 -
YUV 136.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 220 110 58 0 0.50 0.74 0.14 19.26 0.7 0.55
Hex DC 6E 3A 0 32 4A E 13 46 37
Octal 334 156 72 0 62 112 16 23 106 67
Binary 11011100 1101110 111010 0 110010 1001010 1110 10011 1000110 110111

Color Harmonies of #DC6E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E3A

Black with #DC6E3A

Text Example


Text Example

White with #DC6E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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