Html Css Color HEX #DC4F19 Chocolate

📋 copy color: '#DC4F19'

red 220 ◦ green 79 ◦ blue 25

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

Shades of Chocolate #DC4F19

Tints of Chocolate #DC4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.38%

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

R = 67.9%
G = 24.38%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC4F19 (or 0xDC4F19) is known color: Chocolate. HEX triplet: DC, 4F and 19. RGB value is (220,79,25). Sum of RGB (Red+Green+Blue) = 220+79+25=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F19 is #23B0E6. Grayscale: #737373. Windows color (decimal): -2339047 or 1658844. OLE color: 1658844.

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

Color convert

RGB 220 79 25 -
CMYK 0 0.64 0.89 0.14
HSL 16.62º 0.8% 0.48% -
HSV(B) 16.62º 0.89% 0.86% -
XYZ 32.49 20.88 3.24 -
YUV 115 77.21 202.89 -
System Red Green Blue C M Y K H S L
Decimal 220 79 25 0 0.64 0.89 0.14 16.62 0.8 0.48
Hex DC 4F 19 0 40 59 E 11 50 30
Octal 334 117 31 0 100 131 16 21 120 60
Binary 11011100 1001111 11001 0 1000000 1011001 1110 10001 1010000 110000

Color Harmonies of #DC4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F19

Black with #DC4F19

Text Example


Text Example

White with #DC4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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