#DE5B13

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

Shades of Chocolate #DE5B13

Tints of Chocolate #DE5B13

Color information

#DE5B13 (or 0xDE5B13) is unknown color: approx Chocolate. HEX triplet: DE, 5B and 13. RGB value is (222,91,19). Sum of RGB (Red+Green+Blue) = 222+91+19=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5B13 is #21A4EC. Grayscale: #7A7A7A. Windows color (decimal): -2204909 or 1268702. OLE color: 1268702.

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

Color convert

RGB2229119-
CMYK00.590.910.13
HSL21.28º84.23%47.25%-
HSV(B)21.28º91.44%87.06%-
XYZ33.9823.063.28-
YUV121.9669.9199.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 66.87%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 19 (7.81% from 255) = 5.72%
R=66.87%
G=27.41%
B=5.72%

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
Decimal222911900.590.910.1321.2884.2347.25
HexDE5B1303B5BD15542f
Octal33613323073133152512457
Binary11011110101101110011011101110110111101101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5B13; }

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

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

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

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

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

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

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

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