Html Css Color HEX #DA541F Chocolate

📋 copy color: '#DA541F'

red 218 ◦ green 84 ◦ blue 31

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

Shades of Chocolate #DA541F

Tints of Chocolate #DA541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

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

R = 65.47%
G = 25.23%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA541F (or 0xDA541F) is known color: Chocolate. HEX triplet: DA, 54 and 1F. RGB value is (218,84,31). Sum of RGB (Red+Green+Blue) = 218+84+31=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA541F is #25ABE0. Grayscale: #767676. Windows color (decimal): -2468833 or 2053338. OLE color: 2053338.

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

Color convert

RGB 218 84 31 -
CMYK 0 0.61 0.86 0.15
HSL 17.01º 0.75% 0.49% -
HSV(B) 17.01º 0.86% 0.85% -
XYZ 32.33 21.35 3.71 -
YUV 118.02 78.89 199.31 -
System Red Green Blue C M Y K H S L
Decimal 218 84 31 0 0.61 0.86 0.15 17.01 0.75 0.49
Hex DA 54 1F 0 3D 56 F 11 4B 31
Octal 332 124 37 0 75 126 17 21 113 61
Binary 11011010 1010100 11111 0 111101 1010110 1111 10001 1001011 110001

Color Harmonies of #DA541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA541F

Black with #DA541F

Text Example


Text Example

White with #DA541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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