Html Css Color HEX #DC7214 Chocolate

📋 copy color: '#DC7214'

red 220 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #DC7214

Tints of Chocolate #DC7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 62.15%
G = 32.2%
B = 5.65%

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

#DC7214 (or 0xDC7214) is known color: Chocolate. HEX triplet: DC, 72 and 14. RGB value is (220,114,20). Sum of RGB (Red+Green+Blue) = 220+114+20=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7214 is #238DEB. Grayscale: #878787. Windows color (decimal): -2330092 or 1340124. OLE color: 1340124.

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

Color convert

RGB 220 114 20 -
CMYK 0 0.48 0.91 0.14
HSL 28.2º 0.83% 0.47% -
HSV(B) 28.2º 0.91% 0.86% -
XYZ 35.66 27.3 4.05 -
YUV 134.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 220 114 20 0 0.48 0.91 0.14 28.2 0.83 0.47
Hex DC 72 14 0 30 5B E 1C 53 2F
Octal 334 162 24 0 60 133 16 34 123 57
Binary 11011100 1110010 10100 0 110000 1011011 1110 11100 1010011 101111

Color Harmonies of #DC7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7214

Black with #DC7214

Text Example


Text Example

White with #DC7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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