Html Css Color HEX #DC5D1A Chocolate

📋 copy color: '#DC5D1A'

red 220 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #DC5D1A

Tints of Chocolate #DC5D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 64.9%
G = 27.43%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC5D1A (or 0xDC5D1A) is known color: Chocolate. HEX triplet: DC, 5D and 1A. RGB value is (220,93,26). Sum of RGB (Red+Green+Blue) = 220+93+26=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D1A is #23A2E5. Grayscale: #7B7B7B. Windows color (decimal): -2335462 or 1727964. OLE color: 1727964.

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

Color convert

RGB 220 93 26 -
CMYK 0 0.58 0.88 0.14
HSL 20.72º 0.79% 0.48% -
HSV(B) 20.72º 0.88% 0.86% -
XYZ 33.62 23.12 3.67 -
YUV 123.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 220 93 26 0 0.58 0.88 0.14 20.72 0.79 0.48
Hex DC 5D 1A 0 3A 58 E 15 4F 30
Octal 334 135 32 0 72 130 16 25 117 60
Binary 11011100 1011101 11010 0 111010 1011000 1110 10101 1001111 110000

Color Harmonies of #DC5D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D1A

Black with #DC5D1A

Text Example


Text Example

White with #DC5D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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