#de6d3f

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

Shades of Sorbus #DE6D3F

Tints of Sorbus #DE6D3F

Color information

#DE6D3F (or 0xDE6D3F) is unknown color: approx Sorbus. HEX triplet: DE, 6D and 3F. RGB value is (222,109,63). Sum of RGB (Red+Green+Blue) = 222+109+63=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6D3F is #2192C0. Grayscale: #898989. Windows color (decimal): -2200257 or 4156894. OLE color: 4156894.

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

Color convert

RGB22210963-
CMYK00.510.720.13
HSL17.36º70.67%55.88%-
HSV(B)17.36º71.62%87.06%-
XYZ36.4926.837.96-
YUV137.5485.94188.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 63 (25% from 255) = 15.99%
R=56.35%
G=27.66%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221096300.510.720.1317.3670.6755.88
HexDE6D3F03348D114738
Octal33615577063110152110770
Binary110111101101101111111011001110010001101100011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de6d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de6d3f; }

 p { color: rgb(222,109,63); }

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

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

 a { background-color: rgb(222,109,63); }

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

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

 span { border-color: rgb(222,109,63); }

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