Html Css Color HEX #DC5C1C Chocolate

📋 copy color: '#DC5C1C'

red 220 ◦ green 92 ◦ blue 28

#DC5C1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #DC5C1C

Tints of Chocolate #DC5C1C

RGB

 RED value IS 220 (86.33% from 255) = 64.71%

 GREEN value IS 92 (36.33% from 255) = 27.06%

 BLUE value IS 28 (11.33% from 255) = 8.24%

R = 64.71%
G = 27.06%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC5C1C (or 0xDC5C1C) is known color: Chocolate. HEX triplet: DC, 5C and 1C. RGB value is (220,92,28). Sum of RGB (Red+Green+Blue) = 220+92+28=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C1C is #23A3E3. Grayscale: #7B7B7B. Windows color (decimal): -2335716 or 1858780. OLE color: 1858780.

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

Color convert

RGB 220 92 28 -
CMYK 0 0.58 0.87 0.14
HSL 20º 0.77% 0.49% -
HSV(B) 20º 0.87% 0.86% -
XYZ 33.55 22.95 3.76 -
YUV 122.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 220 92 28 0 0.58 0.87 0.14 20 0.77 0.49
Hex DC 5C 1C 0 3A 57 E 14 4D 31
Octal 334 134 34 0 72 127 16 24 115 61
Binary 11011100 1011100 11100 0 111010 1010111 1110 10100 1001101 110001

Color Harmonies of #DC5C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C1C

Black with #DC5C1C

Text Example


Text Example

White with #DC5C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C1C; }

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

 H1.HeaderClassName
 {
   color: #DC5C1C;
 }
 .AnyTagClassName
 {
   color: #DC5C1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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