Html Css Color HEX #DC5B10 Chocolate

📋 copy color: '#DC5B10'

red 220 ◦ green 91 ◦ blue 16

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

Shades of Chocolate #DC5B10

Tints of Chocolate #DC5B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 67.28%
G = 27.83%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC5B10 (or 0xDC5B10) is known color: Chocolate. HEX triplet: DC, 5B and 10. RGB value is (220,91,16). Sum of RGB (Red+Green+Blue) = 220+91+16=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B10 is #23A4EF. Grayscale: #797979. Windows color (decimal): -2335984 or 1072092. OLE color: 1072092.

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

Color convert

RGB 220 91 16 -
CMYK 0 0.59 0.93 0.14
HSL 22.06º 0.86% 0.46% -
HSV(B) 22.06º 0.93% 0.86% -
XYZ 33.35 22.74 3.12 -
YUV 121.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 220 91 16 0 0.59 0.93 0.14 22.06 0.86 0.46
Hex DC 5B 10 0 3B 5D E 16 56 2E
Octal 334 133 20 0 73 135 16 26 126 56
Binary 11011100 1011011 10000 0 111011 1011101 1110 10110 1010110 101110

Color Harmonies of #DC5B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B10

Black with #DC5B10

Text Example


Text Example

White with #DC5B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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