Html Css Color HEX #DC621F Chocolate

📋 copy color: '#DC621F'

red 220 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #DC621F

Tints of Chocolate #DC621F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.88%

R = 63.04%
G = 28.08%
B = 8.88%

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

#DC621F (or 0xDC621F) is known color: Chocolate. HEX triplet: DC, 62 and 1F. RGB value is (220,98,31). Sum of RGB (Red+Green+Blue) = 220+98+31=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC621F is #239DE0. Grayscale: #7F7F7F. Windows color (decimal): -2334177 or 2056924. OLE color: 2056924.

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

Color convert

RGB 220 98 31 -
CMYK 0 0.55 0.86 0.14
HSL 21.27º 0.75% 0.49% -
HSV(B) 21.27º 0.86% 0.86% -
XYZ 34.13 24.05 4.14 -
YUV 126.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 220 98 31 0 0.55 0.86 0.14 21.27 0.75 0.49
Hex DC 62 1F 0 37 56 E 15 4B 31
Octal 334 142 37 0 67 126 16 25 113 61
Binary 11011100 1100010 11111 0 110111 1010110 1110 10101 1001011 110001

Color Harmonies of #DC621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC621F

Black with #DC621F

Text Example


Text Example

White with #DC621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC621F; }

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

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

background-color css

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

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

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

border-color css

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

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

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