#DE5C13

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

Shades of Chocolate #DE5C13

Tints of Chocolate #DE5C13

Color information

#DE5C13 (or 0xDE5C13) is unknown color: approx Chocolate. HEX triplet: DE, 5C and 13. RGB value is (222,92,19). Sum of RGB (Red+Green+Blue) = 222+92+19=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5C13 is #21A3EC. Grayscale: #7A7A7A. Windows color (decimal): -2204653 or 1268958. OLE color: 1268958.

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

Color convert

RGB2229219-
CMYK00.590.910.13
HSL21.58º84.23%47.25%-
HSV(B)21.58º91.44%87.06%-
XYZ34.0723.233.3-
YUV122.5569.57198.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.67%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=66.67%
G=27.63%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222921900.590.910.1321.5884.2347.25
HexDE5C1303B5BD16542f
Octal33613423073133152612457
Binary11011110101110010011011101110110111101101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5C13; }

 p { color: rgb(222,92,19); }

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

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

 a { background-color: rgb(222,92,19); }

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

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

 span { border-color: rgb(222,92,19); }

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