#DF6942

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

Shades of Sorbus #DF6942

Tints of Sorbus #DF6942

Color information

#DF6942 (or 0xDF6942) is unknown color: approx Sorbus. HEX triplet: DF, 69 and 42. RGB value is (223,105,66). Sum of RGB (Red+Green+Blue) = 223+105+66=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6942 is #2096BD. Grayscale: #888888. Windows color (decimal): -2135742 or 4352479. OLE color: 4352479.

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

Color convert

RGB22310566-
CMYK00.530.700.13
HSL14.9º71.04%56.67%-
HSV(B)14.9º70.4%87.45%-
XYZ36.4726.188.29-
YUV135.8488.59190.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.60%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=56.60%
G=26.65%
B=16.75%

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
Decimal2231056600.530.700.1314.971.0456.67
HexDF694203546Df4739
Octal337151102065106151710771
Binary110111111101001100001001101011000110110111111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6942; }

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

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

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

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

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

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

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

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