Html Css Color HEX #DC6820 Chocolate

📋 copy color: '#DC6820'

red 220 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #DC6820

Tints of Chocolate #DC6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

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

R = 61.8%
G = 29.21%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC6820 (or 0xDC6820) is known color: Chocolate. HEX triplet: DC, 68 and 20. RGB value is (220,104,32). Sum of RGB (Red+Green+Blue) = 220+104+32=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6820 is #2397DF. Grayscale: #828282. Windows color (decimal): -2332640 or 2123996. OLE color: 2123996.

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

Color convert

RGB 220 104 32 -
CMYK 0 0.53 0.85 0.14
HSL 22.98º 0.75% 0.49% -
HSV(B) 22.98º 0.85% 0.86% -
XYZ 34.73 25.22 4.4 -
YUV 130.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 220 104 32 0 0.53 0.85 0.14 22.98 0.75 0.49
Hex DC 68 20 0 35 55 E 17 4B 31
Octal 334 150 40 0 65 125 16 27 113 61
Binary 11011100 1101000 100000 0 110101 1010101 1110 10111 1001011 110001

Color Harmonies of #DC6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6820

Black with #DC6820

Text Example


Text Example

White with #DC6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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