Html Css Color HEX #DA641E Chocolate

📋 copy color: '#DA641E'

red 218 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #DA641E

Tints of Chocolate #DA641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 62.64%
G = 28.74%
B = 8.62%

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

#DA641E (or 0xDA641E) is known color: Chocolate. HEX triplet: DA, 64 and 1E. RGB value is (218,100,30). Sum of RGB (Red+Green+Blue) = 218+100+30=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA641E is #259BE1. Grayscale: #7F7F7F. Windows color (decimal): -2464738 or 1991898. OLE color: 1991898.

HSL color Cylindrical-coordinate representation of color #DA641E: hue angle of 22.34º degrees, saturation: 0.76, 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 #DA641E is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 30 -
CMYK 0 0.54 0.86 0.15
HSL 22.34º 0.76% 0.49% -
HSV(B) 22.34º 0.86% 0.85% -
XYZ 33.7 24.11 4.11 -
YUV 127.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 218 100 30 0 0.54 0.86 0.15 22.34 0.76 0.49
Hex DA 64 1E 0 36 56 F 16 4C 31
Octal 332 144 36 0 66 126 17 26 114 61
Binary 11011010 1100100 11110 0 110110 1010110 1111 10110 1001100 110001

Color Harmonies of #DA641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA641E

Black with #DA641E

Text Example


Text Example

White with #DA641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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