Html Css Color HEX #DC5A11 Chocolate

📋 copy color: '#DC5A11'

red 220 ◦ green 90 ◦ blue 17

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

Shades of Chocolate #DC5A11

Tints of Chocolate #DC5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 67.28%
G = 27.52%
B = 5.2%

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

#DC5A11 (or 0xDC5A11) is known color: Chocolate. HEX triplet: DC, 5A and 11. RGB value is (220,90,17). Sum of RGB (Red+Green+Blue) = 220+90+17=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A11 is #23A5EE. Grayscale: #787878. Windows color (decimal): -2336239 or 1137372. OLE color: 1137372.

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

Color convert

RGB 220 90 17 -
CMYK 0 0.59 0.92 0.14
HSL 21.58º 0.86% 0.46% -
HSV(B) 21.58º 0.92% 0.86% -
XYZ 33.27 22.57 3.13 -
YUV 120.55 69.57 198.94 -
System Red Green Blue C M Y K H S L
Decimal 220 90 17 0 0.59 0.92 0.14 21.58 0.86 0.46
Hex DC 5A 11 0 3B 5C E 16 56 2E
Octal 334 132 21 0 73 134 16 26 126 56
Binary 11011100 1011010 10001 0 111011 1011100 1110 10110 1010110 101110

Color Harmonies of #DC5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A11

Black with #DC5A11

Text Example


Text Example

White with #DC5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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