Html Css Color HEX #DC711C Chocolate

📋 copy color: '#DC711C'

red 220 ◦ green 113 ◦ blue 28

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

Shades of Chocolate #DC711C

Tints of Chocolate #DC711C

RGB

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

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

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

R = 60.94%
G = 31.3%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC711C (or 0xDC711C) is known color: Chocolate. HEX triplet: DC, 71 and 1C. RGB value is (220,113,28). Sum of RGB (Red+Green+Blue) = 220+113+28=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC711C is #238EE3. Grayscale: #878787. Windows color (decimal): -2330340 or 1864156. OLE color: 1864156.

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

Color convert

RGB 220 113 28 -
CMYK 0 0.49 0.87 0.14
HSL 26.56º 0.77% 0.49% -
HSV(B) 26.56º 0.87% 0.86% -
XYZ 35.63 27.11 4.45 -
YUV 135.3 67.45 188.41 -
System Red Green Blue C M Y K H S L
Decimal 220 113 28 0 0.49 0.87 0.14 26.56 0.77 0.49
Hex DC 71 1C 0 31 57 E 1B 4D 31
Octal 334 161 34 0 61 127 16 33 115 61
Binary 11011100 1110001 11100 0 110001 1010111 1110 11011 1001101 110001

Color Harmonies of #DC711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC711C

Black with #DC711C

Text Example


Text Example

White with #DC711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC711C; }

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

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

background-color css

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

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

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

border-color css

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

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

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