#DF6842

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

Shades of Sorbus #DF6842

Tints of Sorbus #DF6842

Color information

#DF6842 (or 0xDF6842) is unknown color: approx Sorbus. HEX triplet: DF, 68 and 42. RGB value is (223,104,66). Sum of RGB (Red+Green+Blue) = 223+104+66=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6842 is #2097BD. Grayscale: #878787. Windows color (decimal): -2135998 or 4352223. OLE color: 4352223.

HSL color Cylindrical-coordinate representation of color #DF6842: hue angle of 14.52º 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 #DF6842 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22310466-
CMYK00.530.700.13
HSL14.52º71.04%56.67%-
HSV(B)14.52º70.4%87.45%-
XYZ36.3725.988.25-
YUV135.2588.92190.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.74%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 66 (26.17% from 255) = 16.79%
R=56.74%
G=26.46%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231046600.530.700.1314.5271.0456.67
HexDF684203546Df4739
Octal337150102065106151710771
Binary110111111101000100001001101011000110110111111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6842; }

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

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

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

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

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

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

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

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