Html Css Color HEX #DC5019 Chocolate

📋 copy color: '#DC5019'

red 220 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #DC5019

Tints of Chocolate #DC5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 67.69%
G = 24.62%
B = 7.69%

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

#DC5019 (or 0xDC5019) is known color: Chocolate. HEX triplet: DC, 50 and 19. RGB value is (220,80,25). Sum of RGB (Red+Green+Blue) = 220+80+25=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5019 is #23AFE6. Grayscale: #737373. Windows color (decimal): -2338791 or 1659100. OLE color: 1659100.

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

Color convert

RGB 220 80 25 -
CMYK 0 0.64 0.89 0.14
HSL 16.92º 0.8% 0.48% -
HSV(B) 16.92º 0.89% 0.86% -
XYZ 32.56 21.02 3.26 -
YUV 115.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 220 80 25 0 0.64 0.89 0.14 16.92 0.8 0.48
Hex DC 50 19 0 40 59 E 11 50 30
Octal 334 120 31 0 100 131 16 21 120 60
Binary 11011100 1010000 11001 0 1000000 1011001 1110 10001 1010000 110000

Color Harmonies of #DC5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5019

Black with #DC5019

Text Example


Text Example

White with #DC5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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