#dc6e3e

Color #DC6E3E Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DC6E3E

Tints of Sorbus #DC6E3E

Color information

#DC6E3E (or 0xDC6E3E) is unknown color: approx 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

RGB22011062-
CMYK00.500.720.14
HSL18.23º69.3%55.29%-
HSV(B)18.23º71.82%86.27%-
XYZ35.9626.727.82-
YUV137.4285.44186.9-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201106200.500.720.1418.2369.355.29
HexDC6E3E03248E124537
Octal33415676062110162210567
Binary110111001101110111110011001010010001110100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>