#DE501C

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

Shades of Chocolate #DE501C

Tints of Chocolate #DE501C

Color information

#DE501C (or 0xDE501C) is unknown color: approx Chocolate. HEX triplet: DE, 50 and 1C. RGB value is (222,80,28). Sum of RGB (Red+Green+Blue) = 222+80+28=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE501C is #21AFE3. Grayscale: #747474. Windows color (decimal): -2207716 or 1855710. OLE color: 1855710.

HSL color Cylindrical-coordinate representation of color #DE501C: hue angle of 16.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE501C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2228028-
CMYK00.640.870.13
HSL16.08º77.6%49.02%-
HSV(B)16.08º87.39%87.06%-
XYZ33.221.353.47-
YUV116.5378.04203.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 67.27%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 28 (11.33% from 255) = 8.48%
R=67.27%
G=24.24%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222802800.640.870.1316.0877.649.02
HexDE501C04057D104e31
Octal336120340100127152011661
Binary110111101010000111000100000010101111101100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE501C; }

 p { color: rgb(222,80,28); }

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

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

 a { background-color: rgb(222,80,28); }

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

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

 span { border-color: rgb(222,80,28); }

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