Html Css Color HEX #DC5D18 Chocolate

📋 copy color: '#DC5D18'

red 220 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #DC5D18

Tints of Chocolate #DC5D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 65.28%
G = 27.6%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC5D18 (or 0xDC5D18) is known color: Chocolate. HEX triplet: DC, 5D and 18. RGB value is (220,93,24). Sum of RGB (Red+Green+Blue) = 220+93+24=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D18 is #23A2E7. Grayscale: #7B7B7B. Windows color (decimal): -2335464 or 1596892. OLE color: 1596892.

HSL color Cylindrical-coordinate representation of color #DC5D18: hue angle of 21.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC5D18 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 24 -
CMYK 0 0.58 0.89 0.14
HSL 21.12º 0.8% 0.48% -
HSV(B) 21.12º 0.89% 0.86% -
XYZ 33.59 23.11 3.55 -
YUV 123.11 72.08 197.11 -
System Red Green Blue C M Y K H S L
Decimal 220 93 24 0 0.58 0.89 0.14 21.12 0.8 0.48
Hex DC 5D 18 0 3A 59 E 15 50 30
Octal 334 135 30 0 72 131 16 25 120 60
Binary 11011100 1011101 11000 0 111010 1011001 1110 10101 1010000 110000

Color Harmonies of #DC5D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D18

Black with #DC5D18

Text Example


Text Example

White with #DC5D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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