Html Css Color HEX #DC5A19 Chocolate

📋 copy color: '#DC5A19'

red 220 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #DC5A19

Tints of Chocolate #DC5A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 65.67%
G = 26.87%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5A19 (or 0xDC5A19) is known color: Chocolate. HEX triplet: DC, 5A and 19. RGB value is (220,90,25). Sum of RGB (Red+Green+Blue) = 220+90+25=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A19 is #23A5E6. Grayscale: #797979. Windows color (decimal): -2336231 or 1661660. OLE color: 1661660.

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

Color convert

RGB 220 90 25 -
CMYK 0 0.59 0.89 0.14
HSL 20º 0.8% 0.48% -
HSV(B) 20º 0.89% 0.86% -
XYZ 33.35 22.6 3.52 -
YUV 121.46 73.57 198.29 -
System Red Green Blue C M Y K H S L
Decimal 220 90 25 0 0.59 0.89 0.14 20 0.8 0.48
Hex DC 5A 19 0 3B 59 E 14 50 30
Octal 334 132 31 0 73 131 16 24 120 60
Binary 11011100 1011010 11001 0 111011 1011001 1110 10100 1010000 110000

Color Harmonies of #DC5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A19

Black with #DC5A19

Text Example


Text Example

White with #DC5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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