Html Css Color HEX #DC5E1F Chocolate

📋 copy color: '#DC5E1F'

red 220 ◦ green 94 ◦ blue 31

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

Shades of Chocolate #DC5E1F

Tints of Chocolate #DC5E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 63.77%
G = 27.25%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC5E1F (or 0xDC5E1F) is known color: Chocolate. HEX triplet: DC, 5E and 1F. RGB value is (220,94,31). Sum of RGB (Red+Green+Blue) = 220+94+31=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E1F is #23A1E0. Grayscale: #7C7C7C. Windows color (decimal): -2335201 or 2055900. OLE color: 2055900.

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

Color convert

RGB 220 94 31 -
CMYK 0 0.57 0.86 0.14
HSL 20º 0.75% 0.49% -
HSV(B) 20º 0.86% 0.86% -
XYZ 33.77 23.32 4.02 -
YUV 124.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 220 94 31 0 0.57 0.86 0.14 20 0.75 0.49
Hex DC 5E 1F 0 39 56 E 14 4B 31
Octal 334 136 37 0 71 126 16 24 113 61
Binary 11011100 1011110 11111 0 111001 1010110 1110 10100 1001011 110001

Color Harmonies of #DC5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E1F

Black with #DC5E1F

Text Example


Text Example

White with #DC5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E1F; }

 p { color: rgb(220,94,31); }

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

background-color css

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

 a { background-color: rgb(220,94,31); }

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

border-color css

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

 span { border-color: rgb(220,94,31); }

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