#DC6C19

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

Shades of Chocolate #DC6C19

Tints of Chocolate #DC6C19

Color information

#DC6C19 (or 0xDC6C19) is unknown color: approx Chocolate. HEX triplet: DC, 6C and 19. RGB value is (220,108,25). Sum of RGB (Red+Green+Blue) = 220+108+25=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C19 is #2393E6. Grayscale: #848484. Windows color (decimal): -2331623 or 1666268. OLE color: 1666268.

HSL color Cylindrical-coordinate representation of color #DC6C19: hue angle of 25.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC6C19 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB22010825-
CMYK00.510.890.14
HSL25.54º79.59%48.04%-
HSV(B)25.54º88.64%86.27%-
XYZ35.0526.014.09-
YUV132.0367.61190.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.32%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 25 (10.16% from 255) = 7.08%
R=62.32%
G=30.59%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201082500.510.890.1425.5479.5948.04
HexDC6C1903359E1a5030
Octal33415431063131163212060
Binary11011100110110011001011001110110011110110101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C19; }

 p { color: rgb(220,108,25); }

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

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

 a { background-color: rgb(220,108,25); }

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

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

 span { border-color: rgb(220,108,25); }

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