#DC541B

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

Shades of Chocolate #DC541B

Tints of Chocolate #DC541B

Color information

#DC541B (or 0xDC541B) is unknown color: approx Chocolate. HEX triplet: DC, 54 and 1B. RGB value is (220,84,27). Sum of RGB (Red+Green+Blue) = 220+84+27=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC541B is #23ABE4. Grayscale: #767676. Windows color (decimal): -2337765 or 1791196. OLE color: 1791196.

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

Color convert

RGB2208427-
CMYK00.620.880.14
HSL17.72º78.14%48.43%-
HSV(B)17.72º87.73%86.27%-
XYZ32.8821.643.48-
YUV118.1776.56200.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 66.47%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 27 (10.94% from 255) = 8.16%
R=66.47%
G=25.38%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220842700.620.880.1417.7278.1448.43
HexDC541B03E58E124e30
Octal33412433076130162211660
Binary11011100101010011011011111010110001110100101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC541B; }

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

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

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

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

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

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

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

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