Html Css Color HEX #DC7012 Chocolate

📋 copy color: '#DC7012'

red 220 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #DC7012

Tints of Chocolate #DC7012

RGB

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

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

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

R = 62.86%
G = 32%
B = 5.14%

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

#DC7012 (or 0xDC7012) is known color: Chocolate. HEX triplet: DC, 70 and 12. RGB value is (220,112,18). Sum of RGB (Red+Green+Blue) = 220+112+18=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7012 is #238FED. Grayscale: #868686. Windows color (decimal): -2330606 or 1208540. OLE color: 1208540.

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

Color convert

RGB 220 112 18 -
CMYK 0 0.49 0.92 0.14
HSL 27.92º 0.85% 0.47% -
HSV(B) 27.92º 0.92% 0.86% -
XYZ 35.42 26.85 3.89 -
YUV 133.58 62.78 189.64 -
System Red Green Blue C M Y K H S L
Decimal 220 112 18 0 0.49 0.92 0.14 27.92 0.85 0.47
Hex DC 70 12 0 31 5C E 1C 55 2F
Octal 334 160 22 0 61 134 16 34 125 57
Binary 11011100 1110000 10010 0 110001 1011100 1110 11100 1010101 101111

Color Harmonies of #DC7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7012

Black with #DC7012

Text Example


Text Example

White with #DC7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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