Html Css Color HEX #DC5C24 Chocolate

📋 copy color: '#DC5C24'

red 220 ◦ green 92 ◦ blue 36

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

Shades of Chocolate #DC5C24

Tints of Chocolate #DC5C24

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 63.22%
G = 26.44%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC5C24 (or 0xDC5C24) is known color: Chocolate. HEX triplet: DC, 5C and 24. RGB value is (220,92,36). Sum of RGB (Red+Green+Blue) = 220+92+36=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5C24 is #23A3DB. Grayscale: #7C7C7C. Windows color (decimal): -2335708 or 2383068. OLE color: 2383068.

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

Color convert

RGB 220 92 36 -
CMYK 0 0.58 0.84 0.14
HSL 18.26º 0.72% 0.5% -
HSV(B) 18.26º 0.84% 0.86% -
XYZ 33.66 23 4.33 -
YUV 123.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 220 92 36 0 0.58 0.84 0.14 18.26 0.72 0.5
Hex DC 5C 24 0 3A 54 E 12 48 32
Octal 334 134 44 0 72 124 16 22 110 62
Binary 11011100 1011100 100100 0 111010 1010100 1110 10010 1001000 110010

Color Harmonies of #DC5C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C24

Black with #DC5C24

Text Example


Text Example

White with #DC5C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C24; }

 p { color: rgb(220,92,36); }

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

background-color css

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

 a { background-color: rgb(220,92,36); }

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

border-color css

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

 span { border-color: rgb(220,92,36); }

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