#DC6E1C

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

Shades of Chocolate #DC6E1C

Tints of Chocolate #DC6E1C

Color information

#DC6E1C (or 0xDC6E1C) is unknown color: approx Chocolate. HEX triplet: DC, 6E and 1C. RGB value is (220,110,28). Sum of RGB (Red+Green+Blue) = 220+110+28=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E1C is #2391E3. Grayscale: #858585. Windows color (decimal): -2331108 or 1863388. OLE color: 1863388.

HSL color Cylindrical-coordinate representation of color #DC6E1C: hue angle of 25.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC6E1C is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB22011028-
CMYK00.500.870.14
HSL25.62º77.42%48.63%-
HSV(B)25.62º87.27%86.27%-
XYZ35.326.454.34-
YUV133.5468.44189.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.45%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 28 (11.33% from 255) = 7.82%
R=61.45%
G=30.73%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201102800.500.870.1425.6277.4248.63
HexDC6E1C03257E1a4d31
Octal33415634062127163211561
Binary11011100110111011100011001010101111110110101001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E1C; }

 p { color: rgb(220,110,28); }

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

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

 a { background-color: rgb(220,110,28); }

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

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

 span { border-color: rgb(220,110,28); }

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