Html Css Color HEX #DC5C15 Chocolate

📋 copy color: '#DC5C15'

red 220 ◦ green 92 ◦ blue 21

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

Shades of Chocolate #DC5C15

Tints of Chocolate #DC5C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 21 (8.59% from 255) = 6.31%

R = 66.07%
G = 27.63%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC5C15 (or 0xDC5C15) is known color: Chocolate. HEX triplet: DC, 5C and 15. RGB value is (220,92,21). Sum of RGB (Red+Green+Blue) = 220+92+21=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5C15 is #23A3EA. Grayscale: #7A7A7A. Windows color (decimal): -2335723 or 1400028. OLE color: 1400028.

HSL color Cylindrical-coordinate representation of color #DC5C15: hue angle of 21.41º degrees, saturation: 0.83, 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 #DC5C15 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 21 -
CMYK 0 0.58 0.90 0.14
HSL 21.41º 0.83% 0.47% -
HSV(B) 21.41º 0.9% 0.86% -
XYZ 33.48 22.92 3.37 -
YUV 122.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 220 92 21 0 0.58 0.90 0.14 21.41 0.83 0.47
Hex DC 5C 15 0 3A 5A E 15 53 2F
Octal 334 134 25 0 72 132 16 25 123 57
Binary 11011100 1011100 10101 0 111010 1011010 1110 10101 1010011 101111

Color Harmonies of #DC5C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C15

Black with #DC5C15

Text Example


Text Example

White with #DC5C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C15; }

 p { color: rgb(220,92,21); }

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

background-color css

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

 a { background-color: rgb(220,92,21); }

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

border-color css

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

 span { border-color: rgb(220,92,21); }

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