Html Css Color HEX #DC5D16 Chocolate

📋 copy color: '#DC5D16'

red 220 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #DC5D16

Tints of Chocolate #DC5D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 65.67%
G = 27.76%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC5D16 (or 0xDC5D16) is known color: Chocolate. HEX triplet: DC, 5D and 16. RGB value is (220,93,22). Sum of RGB (Red+Green+Blue) = 220+93+22=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5D16 is #23A2E9. Grayscale: #7B7B7B. Windows color (decimal): -2335466 or 1465820. OLE color: 1465820.

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

Color convert

RGB 220 93 22 -
CMYK 0 0.58 0.9 0.14
HSL 21.52º 0.82% 0.47% -
HSV(B) 21.52º 0.9% 0.86% -
XYZ 33.57 23.1 3.45 -
YUV 122.88 71.08 197.27 -
System Red Green Blue C M Y K H S L
Decimal 220 93 22 0 0.58 0.9 0.14 21.52 0.82 0.47
Hex DC 5D 16 0 3A 5A E 16 52 2F
Octal 334 135 26 0 72 132 16 26 122 57
Binary 11011100 1011101 10110 0 111010 1011010 1110 10110 1010010 101111

Color Harmonies of #DC5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D16

Black with #DC5D16

Text Example


Text Example

White with #DC5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D16; }

 p { color: rgb(220,93,22); }

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

background-color css

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

 a { background-color: rgb(220,93,22); }

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

border-color css

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

 span { border-color: rgb(220,93,22); }

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