Html Css Color HEX #DC5A1C Chocolate

📋 copy color: '#DC5A1C'

red 220 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #DC5A1C

Tints of Chocolate #DC5A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 65.09%
G = 26.63%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC5A1C (or 0xDC5A1C) is known color: Chocolate. HEX triplet: DC, 5A and 1C. RGB value is (220,90,28). Sum of RGB (Red+Green+Blue) = 220+90+28=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A1C is #23A5E3. Grayscale: #7A7A7A. Windows color (decimal): -2336228 or 1858268. OLE color: 1858268.

HSL color Cylindrical-coordinate representation of color #DC5A1C: hue angle of 19.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC5A1C is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 28 -
CMYK 0 0.59 0.87 0.14
HSL 19.38º 0.77% 0.49% -
HSV(B) 19.38º 0.87% 0.86% -
XYZ 33.38 22.61 3.7 -
YUV 121.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 220 90 28 0 0.59 0.87 0.14 19.38 0.77 0.49
Hex DC 5A 1C 0 3B 57 E 13 4D 31
Octal 334 132 34 0 73 127 16 23 115 61
Binary 11011100 1011010 11100 0 111011 1010111 1110 10011 1001101 110001

Color Harmonies of #DC5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A1C

Black with #DC5A1C

Text Example


Text Example

White with #DC5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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