Html Css Color HEX #DA5A1C Chocolate

📋 copy color: '#DA5A1C'

red 218 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #DA5A1C

Tints of Chocolate #DA5A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 64.88%
G = 26.79%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA5A1C (or 0xDA5A1C) is known color: Chocolate. HEX triplet: DA, 5A and 1C. RGB value is (218,90,28). Sum of RGB (Red+Green+Blue) = 218+90+28=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A1C is #25A5E3. Grayscale: #797979. Windows color (decimal): -2467300 or 1858266. OLE color: 1858266.

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

Color convert

RGB 218 90 28 -
CMYK 0 0.59 0.87 0.15
HSL 19.58º 0.77% 0.48% -
HSV(B) 19.58º 0.87% 0.85% -
XYZ 32.78 22.3 3.68 -
YUV 121.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 218 90 28 0 0.59 0.87 0.15 19.58 0.77 0.48
Hex DA 5A 1C 0 3B 57 F 14 4D 30
Octal 332 132 34 0 73 127 17 24 115 60
Binary 11011010 1011010 11100 0 111011 1010111 1111 10100 1001101 110000

Color Harmonies of #DA5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A1C

Black with #DA5A1C

Text Example


Text Example

White with #DA5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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