Html Css Color HEX #DC7013 Chocolate

📋 copy color: '#DC7013'

red 220 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #DC7013

Tints of Chocolate #DC7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 62.68%
G = 31.91%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC7013 (or 0xDC7013) is known color: Chocolate. HEX triplet: DC, 70 and 13. RGB value is (220,112,19). Sum of RGB (Red+Green+Blue) = 220+112+19=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7013 is #238FEC. Grayscale: #868686. Windows color (decimal): -2330605 or 1274076. OLE color: 1274076.

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

Color convert

RGB 220 112 19 -
CMYK 0 0.49 0.91 0.14
HSL 27.76º 0.84% 0.47% -
HSV(B) 27.76º 0.91% 0.86% -
XYZ 35.43 26.85 3.93 -
YUV 133.69 63.28 189.56 -
System Red Green Blue C M Y K H S L
Decimal 220 112 19 0 0.49 0.91 0.14 27.76 0.84 0.47
Hex DC 70 13 0 31 5B E 1C 54 2F
Octal 334 160 23 0 61 133 16 34 124 57
Binary 11011100 1110000 10011 0 110001 1011011 1110 11100 1010100 101111

Color Harmonies of #DC7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7013

Black with #DC7013

Text Example


Text Example

White with #DC7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7013; }

 p { color: rgb(220,112,19); }

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

background-color css

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

 a { background-color: rgb(220,112,19); }

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

border-color css

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

 span { border-color: rgb(220,112,19); }

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