Html Css Color HEX #DC591A Chocolate

📋 copy color: '#DC591A'

red 220 ◦ green 89 ◦ blue 26

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

Shades of Chocolate #DC591A

Tints of Chocolate #DC591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 65.67%
G = 26.57%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC591A (or 0xDC591A) is known color: Chocolate. HEX triplet: DC, 59 and 1A. RGB value is (220,89,26). Sum of RGB (Red+Green+Blue) = 220+89+26=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC591A is #23A6E5. Grayscale: #797979. Windows color (decimal): -2336486 or 1726940. OLE color: 1726940.

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

Color convert

RGB 220 89 26 -
CMYK 0 0.60 0.88 0.14
HSL 19.48º 0.79% 0.48% -
HSV(B) 19.48º 0.88% 0.86% -
XYZ 33.27 22.43 3.55 -
YUV 120.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 220 89 26 0 0.60 0.88 0.14 19.48 0.79 0.48
Hex DC 59 1A 0 3C 58 E 13 4F 30
Octal 334 131 32 0 74 130 16 23 117 60
Binary 11011100 1011001 11010 0 111100 1011000 1110 10011 1001111 110000

Color Harmonies of #DC591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC591A

Black with #DC591A

Text Example


Text Example

White with #DC591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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