Html Css Color HEX #DC7118 Chocolate

📋 copy color: '#DC7118'

red 220 ◦ green 113 ◦ blue 24

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

Shades of Chocolate #DC7118

Tints of Chocolate #DC7118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.72%

R = 61.62%
G = 31.65%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7118 (or 0xDC7118) is known color: Chocolate. HEX triplet: DC, 71 and 18. RGB value is (220,113,24). Sum of RGB (Red+Green+Blue) = 220+113+24=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7118 is #238EE7. Grayscale: #878787. Windows color (decimal): -2330344 or 1602012. OLE color: 1602012.

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

Color convert

RGB 220 113 24 -
CMYK 0 0.49 0.89 0.14
HSL 27.24º 0.8% 0.48% -
HSV(B) 27.24º 0.89% 0.86% -
XYZ 35.59 27.09 4.22 -
YUV 134.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 220 113 24 0 0.49 0.89 0.14 27.24 0.8 0.48
Hex DC 71 18 0 31 59 E 1B 50 30
Octal 334 161 30 0 61 131 16 33 120 60
Binary 11011100 1110001 11000 0 110001 1011001 1110 11011 1010000 110000

Color Harmonies of #DC7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7118

Black with #DC7118

Text Example


Text Example

White with #DC7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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