Html Css Color HEX #DC611F Chocolate

📋 copy color: '#DC611F'

red 220 ◦ green 97 ◦ blue 31

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

Shades of Chocolate #DC611F

Tints of Chocolate #DC611F

RGB

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

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

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

R = 63.22%
G = 27.87%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC611F (or 0xDC611F) is known color: Chocolate. HEX triplet: DC, 61 and 1F. RGB value is (220,97,31). Sum of RGB (Red+Green+Blue) = 220+97+31=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC611F is #239EE0. Grayscale: #7E7E7E. Windows color (decimal): -2334433 or 2056668. OLE color: 2056668.

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

Color convert

RGB 220 97 31 -
CMYK 0 0.56 0.86 0.14
HSL 20.95º 0.75% 0.49% -
HSV(B) 20.95º 0.86% 0.86% -
XYZ 34.04 23.86 4.11 -
YUV 126.25 74.25 194.87 -
System Red Green Blue C M Y K H S L
Decimal 220 97 31 0 0.56 0.86 0.14 20.95 0.75 0.49
Hex DC 61 1F 0 38 56 E 15 4B 31
Octal 334 141 37 0 70 126 16 25 113 61
Binary 11011100 1100001 11111 0 111000 1010110 1110 10101 1001011 110001

Color Harmonies of #DC611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC611F

Black with #DC611F

Text Example


Text Example

White with #DC611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC611F; }

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

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

background-color css

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

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

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

border-color css

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

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

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