#DE660E

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

Shades of Chocolate #DE660E

Tints of Chocolate #DE660E

Color information

#DE660E (or 0xDE660E) is unknown color: approx Chocolate. HEX triplet: DE, 66 and 0E. RGB value is (222,102,14). Sum of RGB (Red+Green+Blue) = 222+102+14=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE660E is #2199F1. Grayscale: #808080. Windows color (decimal): -2202098 or 943838. OLE color: 943838.

HSL color Cylindrical-coordinate representation of color #DE660E: hue angle of 25.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE660E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22210214-
CMYK00.540.940.13
HSL25.38º88.14%46.27%-
HSV(B)25.38º93.69%87.06%-
XYZ34.9525.063.41-
YUV127.8563.76195.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 65.68%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 14 (5.86% from 255) = 4.14%
R=65.68%
G=30.18%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221021400.540.940.1325.3888.1446.27
HexDE66E0365ED19582e
Octal33614616066136153113056
Binary1101111011001101110011011010111101101110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE660E; }

 p { color: rgb(222,102,14); }

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

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

 a { background-color: rgb(222,102,14); }

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

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

 span { border-color: rgb(222,102,14); }

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