#DF6E42

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

Shades of Sorbus #DF6E42

Tints of Sorbus #DF6E42

Color information

#DF6E42 (or 0xDF6E42) is unknown color: approx Sorbus. HEX triplet: DF, 6E and 42. RGB value is (223,110,66). Sum of RGB (Red+Green+Blue) = 223+110+66=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6E42 is #2091BD. Grayscale: #8B8B8B. Windows color (decimal): -2134462 or 4353759. OLE color: 4353759.

HSL color Cylindrical-coordinate representation of color #DF6E42: hue angle of 16.82º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF6E42 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22311066-
CMYK00.510.700.13
HSL16.82º71.04%56.67%-
HSV(B)16.82º70.4%87.45%-
XYZ36.9927.238.46-
YUV138.7786.94188.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=55.89%
G=27.57%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231106600.510.700.1316.8271.0456.67
HexDF6E4203346D114739
Octal337156102063106152110771
Binary1101111111011101000010011001110001101101100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6E42; }

 p { color: rgb(223,110,66); }

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

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

 a { background-color: rgb(223,110,66); }

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

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

 span { border-color: rgb(223,110,66); }

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