Html Css Color HEX #DC5D19 Chocolate

📋 copy color: '#DC5D19'

red 220 ◦ green 93 ◦ blue 25

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

Shades of Chocolate #DC5D19

Tints of Chocolate #DC5D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 65.09%
G = 27.51%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5D19 (or 0xDC5D19) is known color: Chocolate. HEX triplet: DC, 5D and 19. RGB value is (220,93,25). Sum of RGB (Red+Green+Blue) = 220+93+25=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D19 is #23A2E6. Grayscale: #7B7B7B. Windows color (decimal): -2335463 or 1662428. OLE color: 1662428.

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

Color convert

RGB 220 93 25 -
CMYK 0 0.58 0.89 0.14
HSL 20.92º 0.8% 0.48% -
HSV(B) 20.92º 0.89% 0.86% -
XYZ 33.61 23.11 3.61 -
YUV 123.22 72.58 197.03 -
System Red Green Blue C M Y K H S L
Decimal 220 93 25 0 0.58 0.89 0.14 20.92 0.8 0.48
Hex DC 5D 19 0 3A 59 E 15 50 30
Octal 334 135 31 0 72 131 16 25 120 60
Binary 11011100 1011101 11001 0 111010 1011001 1110 10101 1010000 110000

Color Harmonies of #DC5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D19

Black with #DC5D19

Text Example


Text Example

White with #DC5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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