Html Css Color HEX #DC5C17 Chocolate

📋 copy color: '#DC5C17'

red 220 ◦ green 92 ◦ blue 23

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

Shades of Chocolate #DC5C17

Tints of Chocolate #DC5C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.87%

R = 65.67%
G = 27.46%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC5C17 (or 0xDC5C17) is known color: Chocolate. HEX triplet: DC, 5C and 17. RGB value is (220,92,23). Sum of RGB (Red+Green+Blue) = 220+92+23=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5C17 is #23A3E8. Grayscale: #7A7A7A. Windows color (decimal): -2335721 or 1531100. OLE color: 1531100.

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

Color convert

RGB 220 92 23 -
CMYK 0 0.58 0.90 0.14
HSL 21.02º 0.81% 0.48% -
HSV(B) 21.02º 0.9% 0.86% -
XYZ 33.5 22.93 3.47 -
YUV 122.41 71.91 197.61 -
System Red Green Blue C M Y K H S L
Decimal 220 92 23 0 0.58 0.90 0.14 21.02 0.81 0.48
Hex DC 5C 17 0 3A 5A E 15 51 30
Octal 334 134 27 0 72 132 16 25 121 60
Binary 11011100 1011100 10111 0 111010 1011010 1110 10101 1010001 110000

Color Harmonies of #DC5C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C17

Black with #DC5C17

Text Example


Text Example

White with #DC5C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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