Html Css Color HEX #DC7112 Chocolate

📋 copy color: '#DC7112'

red 220 ◦ green 113 ◦ blue 18

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

Shades of Chocolate #DC7112

Tints of Chocolate #DC7112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 62.68%
G = 32.19%
B = 5.13%

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

#DC7112 (or 0xDC7112) is known color: Chocolate. HEX triplet: DC, 71 and 12. RGB value is (220,113,18). Sum of RGB (Red+Green+Blue) = 220+113+18=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7112 is #238EED. Grayscale: #868686. Windows color (decimal): -2330350 or 1208796. OLE color: 1208796.

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

Color convert

RGB 220 113 18 -
CMYK 0 0.49 0.92 0.14
HSL 28.22º 0.85% 0.47% -
HSV(B) 28.22º 0.92% 0.86% -
XYZ 35.53 27.07 3.92 -
YUV 134.16 62.45 189.22 -
System Red Green Blue C M Y K H S L
Decimal 220 113 18 0 0.49 0.92 0.14 28.22 0.85 0.47
Hex DC 71 12 0 31 5C E 1C 55 2F
Octal 334 161 22 0 61 134 16 34 125 57
Binary 11011100 1110001 10010 0 110001 1011100 1110 11100 1010101 101111

Color Harmonies of #DC7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7112

Black with #DC7112

Text Example


Text Example

White with #DC7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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