#DE6E12

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

Shades of Chocolate #DE6E12

Tints of Chocolate #DE6E12

Color information

#DE6E12 (or 0xDE6E12) is unknown color: approx Chocolate. HEX triplet: DE, 6E and 12. RGB value is (222,110,18). Sum of RGB (Red+Green+Blue) = 222+110+18=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6E12 is #2191ED. Grayscale: #858585. Windows color (decimal): -2200046 or 1208030. OLE color: 1208030.

HSL color Cylindrical-coordinate representation of color #DE6E12: hue angle of 27.06º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE6E12 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22211018-
CMYK00.500.920.13
HSL27.06º85%47.06%-
HSV(B)27.06º91.89%87.06%-
XYZ35.8126.733.84-
YUV13363.11191.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.43%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 18 (7.42% from 255) = 5.14%
R=63.43%
G=31.43%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221101800.500.920.1327.068547.06
HexDE6E120325CD1b552f
Octal33615622062134153312557
Binary11011110110111010010011001010111001101110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6E12; }

 p { color: rgb(222,110,18); }

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

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

 a { background-color: rgb(222,110,18); }

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

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

 span { border-color: rgb(222,110,18); }

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