Html Css Color HEX #DC611C Chocolate

📋 copy color: '#DC611C'

red 220 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #DC611C

Tints of Chocolate #DC611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 63.77%
G = 28.12%
B = 8.12%

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

#DC611C (or 0xDC611C) is known color: Chocolate. HEX triplet: DC, 61 and 1C. RGB value is (220,97,28). Sum of RGB (Red+Green+Blue) = 220+97+28=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC611C is #239EE3. Grayscale: #7E7E7E. Windows color (decimal): -2334436 or 1860060. OLE color: 1860060.

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

Color convert

RGB 220 97 28 -
CMYK 0 0.56 0.87 0.14
HSL 21.56º 0.77% 0.49% -
HSV(B) 21.56º 0.87% 0.86% -
XYZ 34 23.85 3.91 -
YUV 125.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 220 97 28 0 0.56 0.87 0.14 21.56 0.77 0.49
Hex DC 61 1C 0 38 57 E 16 4D 31
Octal 334 141 34 0 70 127 16 26 115 61
Binary 11011100 1100001 11100 0 111000 1010111 1110 10110 1001101 110001

Color Harmonies of #DC611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC611C

Black with #DC611C

Text Example


Text Example

White with #DC611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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