Html Css Color HEX #DC4E19 Chocolate

📋 copy color: '#DC4E19'

red 220 ◦ green 78 ◦ blue 25

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

Shades of Chocolate #DC4E19

Tints of Chocolate #DC4E19

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.15%

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

R = 68.11%
G = 24.15%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC4E19 (or 0xDC4E19) is known color: Chocolate. HEX triplet: DC, 4E and 19. RGB value is (220,78,25). Sum of RGB (Red+Green+Blue) = 220+78+25=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E19 is #23B1E6. Grayscale: #727272. Windows color (decimal): -2339303 or 1658588. OLE color: 1658588.

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

Color convert

RGB 220 78 25 -
CMYK 0 0.65 0.89 0.14
HSL 16.31º 0.8% 0.48% -
HSV(B) 16.31º 0.89% 0.86% -
XYZ 32.42 20.73 3.21 -
YUV 114.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 220 78 25 0 0.65 0.89 0.14 16.31 0.8 0.48
Hex DC 4E 19 0 41 59 E 10 50 30
Octal 334 116 31 0 101 131 16 20 120 60
Binary 11011100 1001110 11001 0 1000001 1011001 1110 10000 1010000 110000

Color Harmonies of #DC4E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E19

Black with #DC4E19

Text Example


Text Example

White with #DC4E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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