Html Css Color HEX #DC571C Chocolate

📋 copy color: '#DC571C'

red 220 ◦ green 87 ◦ blue 28

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

Shades of Chocolate #DC571C

Tints of Chocolate #DC571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.97%

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

R = 65.67%
G = 25.97%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC571C (or 0xDC571C) is known color: Chocolate. HEX triplet: DC, 57 and 1C. RGB value is (220,87,28). Sum of RGB (Red+Green+Blue) = 220+87+28=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC571C is #23A8E3. Grayscale: #787878. Windows color (decimal): -2336996 or 1857500. OLE color: 1857500.

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

Color convert

RGB 220 87 28 -
CMYK 0 0.60 0.87 0.14
HSL 18.44º 0.77% 0.49% -
HSV(B) 18.44º 0.87% 0.86% -
XYZ 33.13 22.12 3.62 -
YUV 120.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 220 87 28 0 0.60 0.87 0.14 18.44 0.77 0.49
Hex DC 57 1C 0 3C 57 E 12 4D 31
Octal 334 127 34 0 74 127 16 22 115 61
Binary 11011100 1010111 11100 0 111100 1010111 1110 10010 1001101 110001

Color Harmonies of #DC571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC571C

Black with #DC571C

Text Example


Text Example

White with #DC571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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