#DC601B

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

Shades of Chocolate #DC601B

Tints of Chocolate #DC601B

Color information

#DC601B (or 0xDC601B) is unknown color: approx Chocolate. HEX triplet: DC, 60 and 1B. RGB value is (220,96,27). Sum of RGB (Red+Green+Blue) = 220+96+27=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC601B is #239FE4. Grayscale: #7D7D7D. Windows color (decimal): -2334693 or 1794268. OLE color: 1794268.

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

Color convert

RGB2209627-
CMYK00.560.880.14
HSL21.45º78.14%48.43%-
HSV(B)21.45º87.73%86.27%-
XYZ33.923.663.82-
YUV125.2172.58195.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.14%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=64.14%
G=27.99%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220962700.560.880.1421.4578.1448.43
HexDC601B03858E154e30
Octal33414033070130162511660
Binary11011100110000011011011100010110001110101011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC601B; }

 p { color: rgb(220,96,27); }

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

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

 a { background-color: rgb(220,96,27); }

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

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

 span { border-color: rgb(220,96,27); }

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