Html Css Color HEX #DC581E Chocolate

📋 copy color: '#DC581E'

red 220 ◦ green 88 ◦ blue 30

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

Shades of Chocolate #DC581E

Tints of Chocolate #DC581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 65.09%
G = 26.04%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC581E (or 0xDC581E) is known color: Chocolate. HEX triplet: DC, 58 and 1E. RGB value is (220,88,30). Sum of RGB (Red+Green+Blue) = 220+88+30=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC581E is #23A7E1. Grayscale: #797979. Windows color (decimal): -2336738 or 1988828. OLE color: 1988828.

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

Color convert

RGB 220 88 30 -
CMYK 0 0.6 0.86 0.14
HSL 18.32º 0.76% 0.49% -
HSV(B) 18.32º 0.86% 0.86% -
XYZ 33.24 22.29 3.78 -
YUV 120.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 220 88 30 0 0.6 0.86 0.14 18.32 0.76 0.49
Hex DC 58 1E 0 3C 56 E 12 4C 31
Octal 334 130 36 0 74 126 16 22 114 61
Binary 11011100 1011000 11110 0 111100 1010110 1110 10010 1001100 110001

Color Harmonies of #DC581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC581E

Black with #DC581E

Text Example


Text Example

White with #DC581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC581E; }

 p { color: rgb(220,88,30); }

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

background-color css

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

 a { background-color: rgb(220,88,30); }

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

border-color css

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

 span { border-color: rgb(220,88,30); }

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