#df693c

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

Shades of Sorbus #DF693C

Tints of Sorbus #DF693C

Color information

#DF693C (or 0xDF693C) is unknown color: approx Sorbus. HEX triplet: DF, 69 and 3C. RGB value is (223,105,60). Sum of RGB (Red+Green+Blue) = 223+105+60=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF693C is #2096C3. Grayscale: #878787. Windows color (decimal): -2135748 or 3959263. OLE color: 3959263.

HSL color Cylindrical-coordinate representation of color #DF693C: hue angle of 16.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF693C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22310560-
CMYK00.530.730.13
HSL16.56º71.81%55.49%-
HSV(B)16.56º73.09%87.45%-
XYZ36.326.127.4-
YUV135.1585.59190.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.47%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=57.47%
G=27.06%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231056000.530.730.1316.5671.8155.49
HexDF693C03549D114837
Octal33715174065111152111067
Binary110111111101001111100011010110010011101100011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df693c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df693c; }

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

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

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

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

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

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

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

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