#DE6F3C

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

Shades of Sorbus #DE6F3C

Tints of Sorbus #DE6F3C

Color information

#DE6F3C (or 0xDE6F3C) is unknown color: approx Sorbus. HEX triplet: DE, 6F and 3C. RGB value is (222,111,60). Sum of RGB (Red+Green+Blue) = 222+111+60=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6F3C is #2190C3. Grayscale: #8A8A8A. Windows color (decimal): -2199748 or 3960798. OLE color: 3960798.

HSL color Cylindrical-coordinate representation of color #DE6F3C: hue angle of 18.89º degrees, saturation: 0.71, 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 #DE6F3C is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22211160-
CMYK00.50.730.13
HSL18.89º71.05%55.29%-
HSV(B)18.89º72.97%87.06%-
XYZ36.6227.227.6-
YUV138.3883.77187.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 60 (23.83% from 255) = 15.27%
R=56.49%
G=28.24%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221116000.50.730.1318.8971.0555.29
HexDE6F3C03249D134737
Octal33615774062111152310767
Binary110111101101111111100011001010010011101100111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6F3C; }

 p { color: rgb(222,111,60); }

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

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

 a { background-color: rgb(222,111,60); }

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

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

 span { border-color: rgb(222,111,60); }

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