Html Css Color HEX #DC7419 Chocolate

📋 copy color: '#DC7419'

red 220 ◦ green 116 ◦ blue 25

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

Shades of Chocolate #DC7419

Tints of Chocolate #DC7419

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 60.94%
G = 32.13%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7419 (or 0xDC7419) is known color: Chocolate. HEX triplet: DC, 74 and 19. RGB value is (220,116,25). Sum of RGB (Red+Green+Blue) = 220+116+25=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7419 is #238BE6. Grayscale: #898989. Windows color (decimal): -2329575 or 1668316. OLE color: 1668316.

HSL color Cylindrical-coordinate representation of color #DC7419: hue angle of 28º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC7419 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 25 -
CMYK 0 0.47 0.89 0.14
HSL 28º 0.8% 0.48% -
HSV(B) 28º 0.89% 0.86% -
XYZ 35.94 27.78 4.39 -
YUV 136.72 64.96 187.4 -
System Red Green Blue C M Y K H S L
Decimal 220 116 25 0 0.47 0.89 0.14 28 0.8 0.48
Hex DC 74 19 0 2F 59 E 1C 50 30
Octal 334 164 31 0 57 131 16 34 120 60
Binary 11011100 1110100 11001 0 101111 1011001 1110 11100 1010000 110000

Color Harmonies of #DC7419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7419

Black with #DC7419

Text Example


Text Example

White with #DC7419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7419; }

 p { color: rgb(220,116,25); }

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

background-color css

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

 a { background-color: rgb(220,116,25); }

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

border-color css

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

 span { border-color: rgb(220,116,25); }

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