#DE6117

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

Shades of Chocolate #DE6117

Tints of Chocolate #DE6117

Color information

#DE6117 (or 0xDE6117) is unknown color: approx Chocolate. HEX triplet: DE, 61 and 17. RGB value is (222,97,23). Sum of RGB (Red+Green+Blue) = 222+97+23=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6117 is #219EE8. Grayscale: #7E7E7E. Windows color (decimal): -2203369 or 1532382. OLE color: 1532382.

HSL color Cylindrical-coordinate representation of color #DE6117: hue angle of 22.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE6117 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB2229723-
CMYK00.560.900.13
HSL22.31º81.22%48.04%-
HSV(B)22.31º89.64%87.06%-
XYZ34.5524.143.65-
YUV125.9469.91196.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 64.91%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 23 (9.38% from 255) = 6.73%
R=64.91%
G=28.36%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222972300.560.900.1322.3181.2248.04
HexDE61170385AD165130
Octal33614127070132152612160
Binary11011110110000110111011100010110101101101101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6117; }

 p { color: rgb(222,97,23); }

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

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

 a { background-color: rgb(222,97,23); }

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

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

 span { border-color: rgb(222,97,23); }

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