Html Css Color HEX #DC641F Chocolate

📋 copy color: '#DC641F'

red 220 ◦ green 100 ◦ blue 31

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

Shades of Chocolate #DC641F

Tints of Chocolate #DC641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

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

R = 62.68%
G = 28.49%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC641F (or 0xDC641F) is known color: Chocolate. HEX triplet: DC, 64 and 1F. RGB value is (220,100,31). Sum of RGB (Red+Green+Blue) = 220+100+31=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC641F is #239BE0. Grayscale: #808080. Windows color (decimal): -2333665 or 2057436. OLE color: 2057436.

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

Color convert

RGB 220 100 31 -
CMYK 0 0.55 0.86 0.14
HSL 21.9º 0.75% 0.49% -
HSV(B) 21.9º 0.86% 0.86% -
XYZ 34.32 24.43 4.2 -
YUV 128.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 220 100 31 0 0.55 0.86 0.14 21.9 0.75 0.49
Hex DC 64 1F 0 37 56 E 16 4B 31
Octal 334 144 37 0 67 126 16 26 113 61
Binary 11011100 1100100 11111 0 110111 1010110 1110 10110 1001011 110001

Color Harmonies of #DC641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC641F

Black with #DC641F

Text Example


Text Example

White with #DC641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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