Html Css Color HEX #DC7111 Chocolate

📋 copy color: '#DC7111'

red 220 ◦ green 113 ◦ blue 17

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

Shades of Chocolate #DC7111

Tints of Chocolate #DC7111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 62.86%
G = 32.29%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7111 (or 0xDC7111) is known color: Chocolate. HEX triplet: DC, 71 and 11. RGB value is (220,113,17). Sum of RGB (Red+Green+Blue) = 220+113+17=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7111 is #238EEE. Grayscale: #868686. Windows color (decimal): -2330351 or 1143260. OLE color: 1143260.

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

Color convert

RGB 220 113 17 -
CMYK 0 0.49 0.92 0.14
HSL 28.37º 0.86% 0.46% -
HSV(B) 28.37º 0.92% 0.86% -
XYZ 35.52 27.07 3.88 -
YUV 134.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 220 113 17 0 0.49 0.92 0.14 28.37 0.86 0.46
Hex DC 71 11 0 31 5C E 1C 56 2E
Octal 334 161 21 0 61 134 16 34 126 56
Binary 11011100 1110001 10001 0 110001 1011100 1110 11100 1010110 101110

Color Harmonies of #DC7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7111

Black with #DC7111

Text Example


Text Example

White with #DC7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7111; }

 p { color: rgb(220,113,17); }

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

background-color css

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

 a { background-color: rgb(220,113,17); }

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

border-color css

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

 span { border-color: rgb(220,113,17); }

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