#DF6A42

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

Shades of Sorbus #DF6A42

Tints of Sorbus #DF6A42

Color information

#DF6A42 (or 0xDF6A42) is unknown color: approx Sorbus. HEX triplet: DF, 6A and 42. RGB value is (223,106,66). Sum of RGB (Red+Green+Blue) = 223+106+66=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A42 is #2095BD. Grayscale: #888888. Windows color (decimal): -2135486 or 4352735. OLE color: 4352735.

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

Color convert

RGB22310666-
CMYK00.520.700.13
HSL15.29º71.04%56.67%-
HSV(B)15.29º70.4%87.45%-
XYZ36.5726.398.32-
YUV136.4288.26189.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.46%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=56.46%
G=26.84%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231066600.520.700.1315.2971.0456.67
HexDF6A4203446Df4739
Octal337152102064106151710771
Binary110111111101010100001001101001000110110111111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A42; }

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

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

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

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

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

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

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

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