Html Css Color HEX #DC571F Chocolate

📋 copy color: '#DC571F'

red 220 ◦ green 87 ◦ blue 31

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

Shades of Chocolate #DC571F

Tints of Chocolate #DC571F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 65.09%
G = 25.74%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC571F (or 0xDC571F) is known color: Chocolate. HEX triplet: DC, 57 and 1F. RGB value is (220,87,31). Sum of RGB (Red+Green+Blue) = 220+87+31=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC571F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC571F is #23A8E0. Grayscale: #787878. Windows color (decimal): -2336993 or 2054108. OLE color: 2054108.

HSL color Cylindrical-coordinate representation of color #DC571F: hue angle of 17.78º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC571F is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 31 -
CMYK 0 0.60 0.86 0.14
HSL 17.78º 0.75% 0.49% -
HSV(B) 17.78º 0.86% 0.86% -
XYZ 33.17 22.13 3.82 -
YUV 120.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 220 87 31 0 0.60 0.86 0.14 17.78 0.75 0.49
Hex DC 57 1F 0 3C 56 E 12 4B 31
Octal 334 127 37 0 74 126 16 22 113 61
Binary 11011100 1010111 11111 0 111100 1010110 1110 10010 1001011 110001

Color Harmonies of #DC571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC571F

Black with #DC571F

Text Example


Text Example

White with #DC571F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC571F; }

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

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

background-color css

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

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

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

border-color css

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

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

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