Html Css Color HEX #DA541C Chocolate

📋 copy color: '#DA541C'

red 218 ◦ green 84 ◦ blue 28

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

Shades of Chocolate #DA541C

Tints of Chocolate #DA541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 66.06%
G = 25.45%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA541C (or 0xDA541C) is known color: Chocolate. HEX triplet: DA, 54 and 1C. RGB value is (218,84,28). Sum of RGB (Red+Green+Blue) = 218+84+28=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA541C is #25ABE3. Grayscale: #767676. Windows color (decimal): -2468836 or 1856730. OLE color: 1856730.

HSL color Cylindrical-coordinate representation of color #DA541C: hue angle of 17.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA541C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 84 28 -
CMYK 0 0.61 0.87 0.15
HSL 17.68º 0.77% 0.48% -
HSV(B) 17.68º 0.87% 0.85% -
XYZ 32.29 21.33 3.51 -
YUV 117.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 218 84 28 0 0.61 0.87 0.15 17.68 0.77 0.48
Hex DA 54 1C 0 3D 57 F 12 4D 30
Octal 332 124 34 0 75 127 17 22 115 60
Binary 11011010 1010100 11100 0 111101 1010111 1111 10010 1001101 110000

Color Harmonies of #DA541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA541C

Black with #DA541C

Text Example


Text Example

White with #DA541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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