#DC6B19

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

Shades of Chocolate #DC6B19

Tints of Chocolate #DC6B19

Color information

#DC6B19 (or 0xDC6B19) is unknown color: approx Chocolate. HEX triplet: DC, 6B and 19. RGB value is (220,107,25). Sum of RGB (Red+Green+Blue) = 220+107+25=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B19 is #2394E6. Grayscale: #838383. Windows color (decimal): -2331879 or 1666012. OLE color: 1666012.

HSL color Cylindrical-coordinate representation of color #DC6B19: hue angle of 25.23º 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 #DC6B19 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB22010725-
CMYK00.510.890.14
HSL25.23º79.59%48.04%-
HSV(B)25.23º88.64%86.27%-
XYZ34.9525.84.06-
YUV131.4467.94191.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 25 (10.16% from 255) = 7.10%
R=62.5%
G=30.40%
B=7.10%

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
Decimal2201072500.510.890.1425.2379.5948.04
HexDC6B1903359E195030
Octal33415331063131163112060
Binary11011100110101111001011001110110011110110011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6B19; }

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

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

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

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

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

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

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

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