#DE6C12

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

Shades of Chocolate #DE6C12

Tints of Chocolate #DE6C12

Color information

#DE6C12 (or 0xDE6C12) is unknown color: approx Chocolate. HEX triplet: DE, 6C and 12. RGB value is (222,108,18). Sum of RGB (Red+Green+Blue) = 222+108+18=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6C12 is #2193ED. Grayscale: #848484. Windows color (decimal): -2200558 or 1207518. OLE color: 1207518.

HSL color Cylindrical-coordinate representation of color #DE6C12: hue angle of 26.47º 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 #DE6C12 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22210818-
CMYK00.510.920.13
HSL26.47º85%47.06%-
HSV(B)26.47º91.89%87.06%-
XYZ35.626.33.77-
YUV131.8363.77192.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.79%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 18 (7.42% from 255) = 5.17%
R=63.79%
G=31.03%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221081800.510.920.1326.478547.06
HexDE6C120335CD1a552f
Octal33615422063134153212557
Binary11011110110110010010011001110111001101110101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C12; }

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

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

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

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

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

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

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

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