#DC6E3C

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

Shades of Sorbus #DC6E3C

Tints of Sorbus #DC6E3C

Color information

#DC6E3C (or 0xDC6E3C) is unknown color: approx Sorbus. HEX triplet: DC, 6E and 3C. RGB value is (220,110,60). Sum of RGB (Red+Green+Blue) = 220+110+60=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E3C is #2391C3. Grayscale: #898989. Windows color (decimal): -2331076 or 3960540. OLE color: 3960540.

HSL color Cylindrical-coordinate representation of color #DC6E3C: hue angle of 18.75º 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 #DC6E3C is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB22011060-
CMYK00.500.730.14
HSL18.75º69.57%54.9%-
HSV(B)18.75º72.73%86.27%-
XYZ35.9126.697.53-
YUV137.1984.44187.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.41%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=56.41%
G=28.21%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201106000.500.730.1418.7569.5754.9
HexDC6E3C03249E134637
Octal33415674062111162310667
Binary110111001101110111100011001010010011110100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E3C; }

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

 H1.HeaderClassName
 {
   color: #DC6E3C;
 }
 .AnyTagClassName
 {
   color: #DC6E3C;
 }
</style>
background-color css

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

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

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

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

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

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