Html Css Color HEX #DC601F Chocolate

📋 copy color: '#DC601F'

red 220 ◦ green 96 ◦ blue 31

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

Shades of Chocolate #DC601F

Tints of Chocolate #DC601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 63.4%
G = 27.67%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC601F (or 0xDC601F) is known color: Chocolate. HEX triplet: DC, 60 and 1F. RGB value is (220,96,31). Sum of RGB (Red+Green+Blue) = 220+96+31=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC601F is #239FE0. Grayscale: #7E7E7E. Windows color (decimal): -2334689 or 2056412. OLE color: 2056412.

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

Color convert

RGB 220 96 31 -
CMYK 0 0.56 0.86 0.14
HSL 20.63º 0.75% 0.49% -
HSV(B) 20.63º 0.86% 0.86% -
XYZ 33.95 23.68 4.08 -
YUV 125.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 220 96 31 0 0.56 0.86 0.14 20.63 0.75 0.49
Hex DC 60 1F 0 38 56 E 15 4B 31
Octal 334 140 37 0 70 126 16 25 113 61
Binary 11011100 1100000 11111 0 111000 1010110 1110 10101 1001011 110001

Color Harmonies of #DC601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC601F

Black with #DC601F

Text Example


Text Example

White with #DC601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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