Html Css Color HEX #DC7114 Chocolate

📋 copy color: '#DC7114'

red 220 ◦ green 113 ◦ blue 20

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

Shades of Chocolate #DC7114

Tints of Chocolate #DC7114

RGB

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

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

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

R = 62.32%
G = 32.01%
B = 5.67%

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

#DC7114 (or 0xDC7114) is known color: Chocolate. HEX triplet: DC, 71 and 14. RGB value is (220,113,20). Sum of RGB (Red+Green+Blue) = 220+113+20=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7114 is #238EEB. Grayscale: #868686. Windows color (decimal): -2330348 or 1339868. OLE color: 1339868.

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

Color convert

RGB 220 113 20 -
CMYK 0 0.49 0.91 0.14
HSL 27.9º 0.83% 0.47% -
HSV(B) 27.9º 0.91% 0.86% -
XYZ 35.55 27.08 4.01 -
YUV 134.39 63.45 189.06 -
System Red Green Blue C M Y K H S L
Decimal 220 113 20 0 0.49 0.91 0.14 27.9 0.83 0.47
Hex DC 71 14 0 31 5B E 1C 53 2F
Octal 334 161 24 0 61 133 16 34 123 57
Binary 11011100 1110001 10100 0 110001 1011011 1110 11100 1010011 101111

Color Harmonies of #DC7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7114

Black with #DC7114

Text Example


Text Example

White with #DC7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7114; }

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

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

background-color css

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

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

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

border-color css

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

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

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