Html Css Color HEX #DC581C Chocolate

📋 copy color: '#DC581C'

red 220 ◦ green 88 ◦ blue 28

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

Shades of Chocolate #DC581C

Tints of Chocolate #DC581C

RGB

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

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

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

R = 65.48%
G = 26.19%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC581C (or 0xDC581C) is known color: Chocolate. HEX triplet: DC, 58 and 1C. RGB value is (220,88,28). Sum of RGB (Red+Green+Blue) = 220+88+28=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC581C is #23A7E3. Grayscale: #787878. Windows color (decimal): -2336740 or 1857756. OLE color: 1857756.

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

Color convert

RGB 220 88 28 -
CMYK 0 0.6 0.87 0.14
HSL 18.75º 0.77% 0.49% -
HSV(B) 18.75º 0.87% 0.86% -
XYZ 33.21 22.28 3.65 -
YUV 120.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 220 88 28 0 0.6 0.87 0.14 18.75 0.77 0.49
Hex DC 58 1C 0 3C 57 E 13 4D 31
Octal 334 130 34 0 74 127 16 23 115 61
Binary 11011100 1011000 11100 0 111100 1010111 1110 10011 1001101 110001

Color Harmonies of #DC581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC581C

Black with #DC581C

Text Example


Text Example

White with #DC581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC581C; }

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

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

background-color css

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

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

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

border-color css

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

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

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