Html Css Color HEX #DC6520 Chocolate

📋 copy color: '#DC6520'

red 220 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #DC6520

Tints of Chocolate #DC6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 62.32%
G = 28.61%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC6520 (or 0xDC6520) is known color: Chocolate. HEX triplet: DC, 65 and 20. RGB value is (220,101,32). Sum of RGB (Red+Green+Blue) = 220+101+32=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6520 is #239ADF. Grayscale: #818181. Windows color (decimal): -2333408 or 2123228. OLE color: 2123228.

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

Color convert

RGB 220 101 32 -
CMYK 0 0.54 0.85 0.14
HSL 22.02º 0.75% 0.49% -
HSV(B) 22.02º 0.85% 0.86% -
XYZ 34.43 24.63 4.31 -
YUV 128.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 220 101 32 0 0.54 0.85 0.14 22.02 0.75 0.49
Hex DC 65 20 0 36 55 E 16 4B 31
Octal 334 145 40 0 66 125 16 26 113 61
Binary 11011100 1100101 100000 0 110110 1010101 1110 10110 1001011 110001

Color Harmonies of #DC6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6520

Black with #DC6520

Text Example


Text Example

White with #DC6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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