Html Css Color HEX #DC611D Chocolate

📋 copy color: '#DC611D'

red 220 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #DC611D

Tints of Chocolate #DC611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 63.58%
G = 28.03%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC611D (or 0xDC611D) is known color: Chocolate. HEX triplet: DC, 61 and 1D. RGB value is (220,97,29). Sum of RGB (Red+Green+Blue) = 220+97+29=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC611D is #239EE2. Grayscale: #7E7E7E. Windows color (decimal): -2334435 or 1925596. OLE color: 1925596.

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

Color convert

RGB 220 97 29 -
CMYK 0 0.56 0.87 0.14
HSL 21.36º 0.77% 0.49% -
HSV(B) 21.36º 0.87% 0.86% -
XYZ 34.01 23.85 3.97 -
YUV 126.03 73.25 195.03 -
System Red Green Blue C M Y K H S L
Decimal 220 97 29 0 0.56 0.87 0.14 21.36 0.77 0.49
Hex DC 61 1D 0 38 57 E 15 4D 31
Octal 334 141 35 0 70 127 16 25 115 61
Binary 11011100 1100001 11101 0 111000 1010111 1110 10101 1001101 110001

Color Harmonies of #DC611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC611D

Black with #DC611D

Text Example


Text Example

White with #DC611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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