Html Css Color HEX #DC4D1A Chocolate

📋 copy color: '#DC4D1A'

red 220 ◦ green 77 ◦ blue 26

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

Shades of Chocolate #DC4D1A

Tints of Chocolate #DC4D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

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

R = 68.11%
G = 23.84%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC4D1A (or 0xDC4D1A) is known color: Chocolate. HEX triplet: DC, 4D and 1A. RGB value is (220,77,26). Sum of RGB (Red+Green+Blue) = 220+77+26=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D1A is #23B2E5. Grayscale: #727272. Windows color (decimal): -2339558 or 1723868. OLE color: 1723868.

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

Color convert

RGB 220 77 26 -
CMYK 0 0.65 0.88 0.14
HSL 15.77º 0.79% 0.48% -
HSV(B) 15.77º 0.88% 0.86% -
XYZ 32.36 20.6 3.25 -
YUV 113.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 220 77 26 0 0.65 0.88 0.14 15.77 0.79 0.48
Hex DC 4D 1A 0 41 58 E 10 4F 30
Octal 334 115 32 0 101 130 16 20 117 60
Binary 11011100 1001101 11010 0 1000001 1011000 1110 10000 1001111 110000

Color Harmonies of #DC4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D1A

Black with #DC4D1A

Text Example


Text Example

White with #DC4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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