Html Css Color HEX #DC5E13 Chocolate

📋 copy color: '#DC5E13'

red 220 ◦ green 94 ◦ blue 19

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

Shades of Chocolate #DC5E13

Tints of Chocolate #DC5E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 66.07%
G = 28.23%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5E13 (or 0xDC5E13) is known color: Chocolate. HEX triplet: DC, 5E and 13. RGB value is (220,94,19). Sum of RGB (Red+Green+Blue) = 220+94+19=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5E13 is #23A1EC. Grayscale: #7B7B7B. Windows color (decimal): -2335213 or 1269468. OLE color: 1269468.

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

Color convert

RGB 220 94 19 -
CMYK 0 0.57 0.91 0.14
HSL 22.39º 0.84% 0.47% -
HSV(B) 22.39º 0.91% 0.86% -
XYZ 33.64 23.27 3.33 -
YUV 123.12 69.24 197.1 -
System Red Green Blue C M Y K H S L
Decimal 220 94 19 0 0.57 0.91 0.14 22.39 0.84 0.47
Hex DC 5E 13 0 39 5B E 16 54 2F
Octal 334 136 23 0 71 133 16 26 124 57
Binary 11011100 1011110 10011 0 111001 1011011 1110 10110 1010100 101111

Color Harmonies of #DC5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E13

Black with #DC5E13

Text Example


Text Example

White with #DC5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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