Html Css Color HEX #DC621E Chocolate

📋 copy color: '#DC621E'

red 220 ◦ green 98 ◦ blue 30

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

Shades of Chocolate #DC621E

Tints of Chocolate #DC621E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 63.22%
G = 28.16%
B = 8.62%

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

#DC621E (or 0xDC621E) is known color: Chocolate. HEX triplet: DC, 62 and 1E. RGB value is (220,98,30). Sum of RGB (Red+Green+Blue) = 220+98+30=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC621E is #239DE1. Grayscale: #7F7F7F. Windows color (decimal): -2334178 or 1991388. OLE color: 1991388.

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

Color convert

RGB 220 98 30 -
CMYK 0 0.55 0.86 0.14
HSL 21.47º 0.76% 0.49% -
HSV(B) 21.47º 0.86% 0.86% -
XYZ 34.12 24.04 4.07 -
YUV 126.73 73.42 194.53 -
System Red Green Blue C M Y K H S L
Decimal 220 98 30 0 0.55 0.86 0.14 21.47 0.76 0.49
Hex DC 62 1E 0 37 56 E 15 4C 31
Octal 334 142 36 0 67 126 16 25 114 61
Binary 11011100 1100010 11110 0 110111 1010110 1110 10101 1001100 110001

Color Harmonies of #DC621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC621E

Black with #DC621E

Text Example


Text Example

White with #DC621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC621E; }

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

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

background-color css

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

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

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

border-color css

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

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

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