Html Css Color HEX #DA641F Chocolate

📋 copy color: '#DA641F'

red 218 ◦ green 100 ◦ blue 31

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

Shades of Chocolate #DA641F

Tints of Chocolate #DA641F

RGB

 RED value IS 218 (85.55% from 255) = 62.46%

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

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

R = 62.46%
G = 28.65%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA641F (or 0xDA641F) is known color: Chocolate. HEX triplet: DA, 64 and 1F. RGB value is (218,100,31). Sum of RGB (Red+Green+Blue) = 218+100+31=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA641F is #259BE0. Grayscale: #7F7F7F. Windows color (decimal): -2464737 or 2057434. OLE color: 2057434.

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

Color convert

RGB 218 100 31 -
CMYK 0 0.54 0.86 0.15
HSL 22.14º 0.75% 0.49% -
HSV(B) 22.14º 0.86% 0.85% -
XYZ 33.72 24.12 4.17 -
YUV 127.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 218 100 31 0 0.54 0.86 0.15 22.14 0.75 0.49
Hex DA 64 1F 0 36 56 F 16 4B 31
Octal 332 144 37 0 66 126 17 26 113 61
Binary 11011010 1100100 11111 0 110110 1010110 1111 10110 1001011 110001

Color Harmonies of #DA641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA641F

Black with #DA641F

Text Example


Text Example

White with #DA641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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