Html Css Color HEX #DC6E3E Sorbus

📋 copy color: '#DC6E3E'

red 220 ◦ green 110 ◦ blue 62

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

Shades of Sorbus #DC6E3E

Tints of Sorbus #DC6E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.82%

R = 56.12%
G = 28.06%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC6E3E (or 0xDC6E3E) is known color: Sorbus. HEX triplet: DC, 6E and 3E. RGB value is (220,110,62). Sum of RGB (Red+Green+Blue) = 220+110+62=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E3E is #2391C1. Grayscale: #898989. Windows color (decimal): -2331074 or 4091612. OLE color: 4091612.

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

Color convert

RGB 220 110 62 -
CMYK 0 0.50 0.72 0.14
HSL 18.23º 0.69% 0.55% -
HSV(B) 18.23º 0.72% 0.86% -
XYZ 35.96 26.72 7.82 -
YUV 137.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 220 110 62 0 0.50 0.72 0.14 18.23 0.69 0.55
Hex DC 6E 3E 0 32 48 E 12 45 37
Octal 334 156 76 0 62 110 16 22 105 67
Binary 11011100 1101110 111110 0 110010 1001000 1110 10010 1000101 110111

Color Harmonies of #DC6E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E3E

Black with #DC6E3E

Text Example


Text Example

White with #DC6E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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