Html Css Color HEX #DC641E Chocolate

📋 copy color: '#DC641E'

red 220 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #DC641E

Tints of Chocolate #DC641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 62.86%
G = 28.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC641E (or 0xDC641E) is known color: Chocolate. HEX triplet: DC, 64 and 1E. RGB value is (220,100,30). Sum of RGB (Red+Green+Blue) = 220+100+30=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC641E is #239BE1. Grayscale: #808080. Windows color (decimal): -2333666 or 1991900. OLE color: 1991900.

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

Color convert

RGB 220 100 30 -
CMYK 0 0.55 0.86 0.14
HSL 22.11º 0.76% 0.49% -
HSV(B) 22.11º 0.86% 0.86% -
XYZ 34.31 24.42 4.13 -
YUV 127.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 220 100 30 0 0.55 0.86 0.14 22.11 0.76 0.49
Hex DC 64 1E 0 37 56 E 16 4C 31
Octal 334 144 36 0 67 126 16 26 114 61
Binary 11011100 1100100 11110 0 110111 1010110 1110 10110 1001100 110001

Color Harmonies of #DC641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC641E

Black with #DC641E

Text Example


Text Example

White with #DC641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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