Html Css Color HEX #DC5B11 Chocolate

📋 copy color: '#DC5B11'

red 220 ◦ green 91 ◦ blue 17

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

Shades of Chocolate #DC5B11

Tints of Chocolate #DC5B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 67.07%
G = 27.74%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC5B11 (or 0xDC5B11) is known color: Chocolate. HEX triplet: DC, 5B and 11. RGB value is (220,91,17). Sum of RGB (Red+Green+Blue) = 220+91+17=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B11 is #23A4EE. Grayscale: #797979. Windows color (decimal): -2335983 or 1137628. OLE color: 1137628.

HSL color Cylindrical-coordinate representation of color #DC5B11: hue angle of 21.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5B11 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 91 17 -
CMYK 0 0.59 0.92 0.14
HSL 21.87º 0.86% 0.46% -
HSV(B) 21.87º 0.92% 0.86% -
XYZ 33.36 22.74 3.16 -
YUV 121.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 220 91 17 0 0.59 0.92 0.14 21.87 0.86 0.46
Hex DC 5B 11 0 3B 5C E 16 56 2E
Octal 334 133 21 0 73 134 16 26 126 56
Binary 11011100 1011011 10001 0 111011 1011100 1110 10110 1010110 101110

Color Harmonies of #DC5B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B11

Black with #DC5B11

Text Example


Text Example

White with #DC5B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B11; }

 p { color: rgb(220,91,17); }

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

background-color css

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

 a { background-color: rgb(220,91,17); }

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

border-color css

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

 span { border-color: rgb(220,91,17); }

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