Html Css Color HEX #DC7010 Chocolate

📋 copy color: '#DC7010'

red 220 ◦ green 112 ◦ blue 16

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

Shades of Chocolate #DC7010

Tints of Chocolate #DC7010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 63.22%
G = 32.18%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC7010 (or 0xDC7010) is known color: Chocolate. HEX triplet: DC, 70 and 10. RGB value is (220,112,16). Sum of RGB (Red+Green+Blue) = 220+112+16=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7010 is #238FEF. Grayscale: #858585. Windows color (decimal): -2330608 or 1077468. OLE color: 1077468.

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

Color convert

RGB 220 112 16 -
CMYK 0 0.49 0.93 0.14
HSL 28.24º 0.86% 0.46% -
HSV(B) 28.24º 0.93% 0.86% -
XYZ 35.4 26.84 3.81 -
YUV 133.35 61.78 189.81 -
System Red Green Blue C M Y K H S L
Decimal 220 112 16 0 0.49 0.93 0.14 28.24 0.86 0.46
Hex DC 70 10 0 31 5D E 1C 56 2E
Octal 334 160 20 0 61 135 16 34 126 56
Binary 11011100 1110000 10000 0 110001 1011101 1110 11100 1010110 101110

Color Harmonies of #DC7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7010

Black with #DC7010

Text Example


Text Example

White with #DC7010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7010; }

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

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

background-color css

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

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

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

border-color css

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

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

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