Html Css Color HEX #DC7213 Chocolate

📋 copy color: '#DC7213'

red 220 ◦ green 114 ◦ blue 19

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

Shades of Chocolate #DC7213

Tints of Chocolate #DC7213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 62.32%
G = 32.29%
B = 5.38%

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

#DC7213 (or 0xDC7213) is known color: Chocolate. HEX triplet: DC, 72 and 13. RGB value is (220,114,19). Sum of RGB (Red+Green+Blue) = 220+114+19=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7213 is #238DEC. Grayscale: #878787. Windows color (decimal): -2330093 or 1274588. OLE color: 1274588.

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

Color convert

RGB 220 114 19 -
CMYK 0 0.48 0.91 0.14
HSL 28.36º 0.84% 0.47% -
HSV(B) 28.36º 0.91% 0.86% -
XYZ 35.65 27.3 4.01 -
YUV 134.86 62.62 188.72 -
System Red Green Blue C M Y K H S L
Decimal 220 114 19 0 0.48 0.91 0.14 28.36 0.84 0.47
Hex DC 72 13 0 30 5B E 1C 54 2F
Octal 334 162 23 0 60 133 16 34 124 57
Binary 11011100 1110010 10011 0 110000 1011011 1110 11100 1010100 101111

Color Harmonies of #DC7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7213

Black with #DC7213

Text Example


Text Example

White with #DC7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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