Html Css Color HEX #DC6420 Chocolate

📋 copy color: '#DC6420'

red 220 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #DC6420

Tints of Chocolate #DC6420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 62.5%
G = 28.41%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC6420 (or 0xDC6420) is known color: Chocolate. HEX triplet: DC, 64 and 20. RGB value is (220,100,32). Sum of RGB (Red+Green+Blue) = 220+100+32=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6420 is #239BDF. Grayscale: #808080. Windows color (decimal): -2333664 or 2122972. OLE color: 2122972.

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

Color convert

RGB 220 100 32 -
CMYK 0 0.55 0.85 0.14
HSL 21.7º 0.75% 0.49% -
HSV(B) 21.7º 0.85% 0.86% -
XYZ 34.33 24.43 4.27 -
YUV 128.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 220 100 32 0 0.55 0.85 0.14 21.7 0.75 0.49
Hex DC 64 20 0 37 55 E 16 4B 31
Octal 334 144 40 0 67 125 16 26 113 61
Binary 11011100 1100100 100000 0 110111 1010101 1110 10110 1001011 110001

Color Harmonies of #DC6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6420

Black with #DC6420

Text Example


Text Example

White with #DC6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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