Html Css Color HEX #DC5619 Chocolate

📋 copy color: '#DC5619'

red 220 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #DC5619

Tints of Chocolate #DC5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

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

R = 66.47%
G = 25.98%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5619 (or 0xDC5619) is known color: Chocolate. HEX triplet: DC, 56 and 19. RGB value is (220,86,25). Sum of RGB (Red+Green+Blue) = 220+86+25=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5619 is #23A9E6. Grayscale: #777777. Windows color (decimal): -2337255 or 1660636. OLE color: 1660636.

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

Color convert

RGB 220 86 25 -
CMYK 0 0.61 0.89 0.14
HSL 18.77º 0.8% 0.48% -
HSV(B) 18.77º 0.89% 0.86% -
XYZ 33.02 21.94 3.41 -
YUV 119.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 220 86 25 0 0.61 0.89 0.14 18.77 0.8 0.48
Hex DC 56 19 0 3D 59 E 13 50 30
Octal 334 126 31 0 75 131 16 23 120 60
Binary 11011100 1010110 11001 0 111101 1011001 1110 10011 1010000 110000

Color Harmonies of #DC5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5619

Black with #DC5619

Text Example


Text Example

White with #DC5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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