Html Css Color HEX #DC5A20 Chocolate

📋 copy color: '#DC5A20'

red 220 ◦ green 90 ◦ blue 32

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

Shades of Chocolate #DC5A20

Tints of Chocolate #DC5A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 64.33%
G = 26.32%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5A20 (or 0xDC5A20) is known color: Chocolate. HEX triplet: DC, 5A and 20. RGB value is (220,90,32). Sum of RGB (Red+Green+Blue) = 220+90+32=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A20 is #23A5DF. Grayscale: #7A7A7A. Windows color (decimal): -2336224 or 2120412. OLE color: 2120412.

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

Color convert

RGB 220 90 32 -
CMYK 0 0.59 0.85 0.14
HSL 18.51º 0.75% 0.49% -
HSV(B) 18.51º 0.85% 0.86% -
XYZ 33.43 22.63 3.97 -
YUV 122.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 220 90 32 0 0.59 0.85 0.14 18.51 0.75 0.49
Hex DC 5A 20 0 3B 55 E 13 4B 31
Octal 334 132 40 0 73 125 16 23 113 61
Binary 11011100 1011010 100000 0 111011 1010101 1110 10011 1001011 110001

Color Harmonies of #DC5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A20

Black with #DC5A20

Text Example


Text Example

White with #DC5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A20; }

 p { color: rgb(220,90,32); }

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

background-color css

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

 a { background-color: rgb(220,90,32); }

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

border-color css

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

 span { border-color: rgb(220,90,32); }

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