Html Css Color HEX #DC5C13 Chocolate

📋 copy color: '#DC5C13'

red 220 ◦ green 92 ◦ blue 19

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

Shades of Chocolate #DC5C13

Tints of Chocolate #DC5C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 66.47%
G = 27.79%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5C13 (or 0xDC5C13) is known color: Chocolate. HEX triplet: DC, 5C and 13. RGB value is (220,92,19). Sum of RGB (Red+Green+Blue) = 220+92+19=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5C13 is #23A3EC. Grayscale: #7A7A7A. Windows color (decimal): -2335725 or 1268956. OLE color: 1268956.

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

Color convert

RGB 220 92 19 -
CMYK 0 0.58 0.91 0.14
HSL 21.79º 0.84% 0.47% -
HSV(B) 21.79º 0.91% 0.86% -
XYZ 33.46 22.92 3.28 -
YUV 121.95 69.91 197.94 -
System Red Green Blue C M Y K H S L
Decimal 220 92 19 0 0.58 0.91 0.14 21.79 0.84 0.47
Hex DC 5C 13 0 3A 5B E 16 54 2F
Octal 334 134 23 0 72 133 16 26 124 57
Binary 11011100 1011100 10011 0 111010 1011011 1110 10110 1010100 101111

Color Harmonies of #DC5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C13

Black with #DC5C13

Text Example


Text Example

White with #DC5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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