Html Css Color HEX #DC621D Chocolate

📋 copy color: '#DC621D'

red 220 ◦ green 98 ◦ blue 29

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

Shades of Chocolate #DC621D

Tints of Chocolate #DC621D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 63.4%
G = 28.24%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC621D (or 0xDC621D) is known color: Chocolate. HEX triplet: DC, 62 and 1D. RGB value is (220,98,29). Sum of RGB (Red+Green+Blue) = 220+98+29=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC621D is #239DE2. Grayscale: #7F7F7F. Windows color (decimal): -2334179 or 1925852. OLE color: 1925852.

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

Color convert

RGB 220 98 29 -
CMYK 0 0.55 0.87 0.14
HSL 21.68º 0.77% 0.49% -
HSV(B) 21.68º 0.87% 0.86% -
XYZ 34.1 24.04 4.01 -
YUV 126.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 220 98 29 0 0.55 0.87 0.14 21.68 0.77 0.49
Hex DC 62 1D 0 37 57 E 16 4D 31
Octal 334 142 35 0 67 127 16 26 115 61
Binary 11011100 1100010 11101 0 110111 1010111 1110 10110 1001101 110001

Color Harmonies of #DC621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC621D

Black with #DC621D

Text Example


Text Example

White with #DC621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC621D; }

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

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

background-color css

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

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

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

border-color css

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

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

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