#DE6612

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

Shades of Chocolate #DE6612

Tints of Chocolate #DE6612

Color information

#DE6612 (or 0xDE6612) is unknown color: approx Chocolate. HEX triplet: DE, 66 and 12. RGB value is (222,102,18). Sum of RGB (Red+Green+Blue) = 222+102+18=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6612 is #2199ED. Grayscale: #808080. Windows color (decimal): -2202094 or 1205982. OLE color: 1205982.

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

Color convert

RGB22210218-
CMYK00.540.920.13
HSL24.71º85%47.06%-
HSV(B)24.71º91.89%87.06%-
XYZ34.9825.083.57-
YUV128.365.76194.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 18 (7.42% from 255) = 5.26%
R=64.91%
G=29.82%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221021800.540.920.1324.718547.06
HexDE66120365CD19552f
Octal33614622066134153112557
Binary11011110110011010010011011010111001101110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6612; }

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

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

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

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

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

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

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

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