#da6e3e

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

Shades of Sorbus #DA6E3E

Tints of Sorbus #DA6E3E

Color information

#DA6E3E (or 0xDA6E3E) is unknown color: approx Sorbus. HEX triplet: DA, 6E and 3E. RGB value is (218,110,62). Sum of RGB (Red+Green+Blue) = 218+110+62=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E3E is #2591C1. Grayscale: #898989. Windows color (decimal): -2462146 or 4091610. OLE color: 4091610.

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

Color convert

RGB21811062-
CMYK00.500.720.15
HSL18.46º67.83%54.9%-
HSV(B)18.46º71.56%85.49%-
XYZ35.3626.417.79-
YUV136.8285.78185.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.90%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 62 (24.61% from 255) = 15.90%
R=55.90%
G=28.21%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181106200.500.720.1518.4667.8354.9
HexDA6E3E03248F124437
Octal33215676062110172210467
Binary110110101101110111110011001010010001111100101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da6e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da6e3e; }

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

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

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

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

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

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

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

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