Html Css Color HEX #DC5913 Chocolate

📋 copy color: '#DC5913'

red 220 ◦ green 89 ◦ blue 19

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

Shades of Chocolate #DC5913

Tints of Chocolate #DC5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 67.07%
G = 27.13%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5913 (or 0xDC5913) is known color: Chocolate. HEX triplet: DC, 59 and 13. RGB value is (220,89,19). Sum of RGB (Red+Green+Blue) = 220+89+19=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5913 is #23A6EC. Grayscale: #787878. Windows color (decimal): -2336493 or 1268188. OLE color: 1268188.

HSL color Cylindrical-coordinate representation of color #DC5913: hue angle of 20.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC5913 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 19 -
CMYK 0 0.60 0.91 0.14
HSL 20.9º 0.84% 0.47% -
HSV(B) 20.9º 0.91% 0.86% -
XYZ 33.21 22.41 3.19 -
YUV 120.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 220 89 19 0 0.60 0.91 0.14 20.9 0.84 0.47
Hex DC 59 13 0 3C 5B E 15 54 2F
Octal 334 131 23 0 74 133 16 25 124 57
Binary 11011100 1011001 10011 0 111100 1011011 1110 10101 1010100 101111

Color Harmonies of #DC5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5913

Black with #DC5913

Text Example


Text Example

White with #DC5913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5913; }

 p { color: rgb(220,89,19); }

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

background-color css

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

 a { background-color: rgb(220,89,19); }

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

border-color css

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

 span { border-color: rgb(220,89,19); }

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