Html Css Color HEX #DC5721 Chocolate

📋 copy color: '#DC5721'

red 220 ◦ green 87 ◦ blue 33

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

Shades of Chocolate #DC5721

Tints of Chocolate #DC5721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 64.71%
G = 25.59%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5721 (or 0xDC5721) is known color: Chocolate. HEX triplet: DC, 57 and 21. RGB value is (220,87,33). Sum of RGB (Red+Green+Blue) = 220+87+33=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5721 is #23A8DE. Grayscale: #787878. Windows color (decimal): -2336991 or 2185180. OLE color: 2185180.

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

Color convert

RGB 220 87 33 -
CMYK 0 0.60 0.85 0.14
HSL 17.33º 0.74% 0.5% -
HSV(B) 17.33º 0.85% 0.86% -
XYZ 33.2 22.14 3.96 -
YUV 120.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 220 87 33 0 0.60 0.85 0.14 17.33 0.74 0.5
Hex DC 57 21 0 3C 55 E 11 4A 32
Octal 334 127 41 0 74 125 16 21 112 62
Binary 11011100 1010111 100001 0 111100 1010101 1110 10001 1001010 110010

Color Harmonies of #DC5721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5721

Black with #DC5721

Text Example


Text Example

White with #DC5721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5721; }

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

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

background-color css

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

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

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

border-color css

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

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

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