Html Css Color HEX #DC7314 Chocolate

📋 copy color: '#DC7314'

red 220 ◦ green 115 ◦ blue 20

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

Shades of Chocolate #DC7314

Tints of Chocolate #DC7314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 61.97%
G = 32.39%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC7314 (or 0xDC7314) is known color: Chocolate. HEX triplet: DC, 73 and 14. RGB value is (220,115,20). Sum of RGB (Red+Green+Blue) = 220+115+20=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7314 is #238CEB. Grayscale: #888888. Windows color (decimal): -2329836 or 1340380. OLE color: 1340380.

HSL color Cylindrical-coordinate representation of color #DC7314: hue angle of 28.5º degrees, saturation: 0.83, 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 #DC7314 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 20 -
CMYK 0 0.48 0.91 0.14
HSL 28.5º 0.83% 0.47% -
HSV(B) 28.5º 0.91% 0.86% -
XYZ 35.77 27.53 4.09 -
YUV 135.57 62.79 188.22 -
System Red Green Blue C M Y K H S L
Decimal 220 115 20 0 0.48 0.91 0.14 28.5 0.83 0.47
Hex DC 73 14 0 30 5B E 1C 53 2F
Octal 334 163 24 0 60 133 16 34 123 57
Binary 11011100 1110011 10100 0 110000 1011011 1110 11100 1010011 101111

Color Harmonies of #DC7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7314

Black with #DC7314

Text Example


Text Example

White with #DC7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7314; }

 p { color: rgb(220,115,20); }

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

background-color css

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

 a { background-color: rgb(220,115,20); }

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

border-color css

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

 span { border-color: rgb(220,115,20); }

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