#DF6D3D

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

Shades of Sorbus #DF6D3D

Tints of Sorbus #DF6D3D

Color information

#DF6D3D (or 0xDF6D3D) is unknown color: approx Sorbus. HEX triplet: DF, 6D and 3D. RGB value is (223,109,61). Sum of RGB (Red+Green+Blue) = 223+109+61=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D3D is #2092C2. Grayscale: #898989. Windows color (decimal): -2134723 or 4025823. OLE color: 4025823.

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

Color convert

RGB22310961-
CMYK00.510.730.13
HSL17.78º71.68%55.69%-
HSV(B)17.78º72.65%87.45%-
XYZ36.7426.967.68-
YUV137.6184.77188.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.74%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 61 (24.22% from 255) = 15.52%
R=56.74%
G=27.74%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231096100.510.730.1317.7871.6855.69
HexDF6D3D03349D124838
Octal33715575063111152211070
Binary110111111101101111101011001110010011101100101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6D3D; }

 p { color: rgb(223,109,61); }

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

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

 a { background-color: rgb(223,109,61); }

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

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

 span { border-color: rgb(223,109,61); }

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