Html Css Color HEX #DA5913 Chocolate

📋 copy color: '#DA5913'

red 218 ◦ green 89 ◦ blue 19

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

Shades of Chocolate #DA5913

Tints of Chocolate #DA5913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 66.87%
G = 27.3%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA5913 (or 0xDA5913) is known color: Chocolate. HEX triplet: DA, 59 and 13. RGB value is (218,89,19). Sum of RGB (Red+Green+Blue) = 218+89+19=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5913 is #25A6EC. Grayscale: #787878. Windows color (decimal): -2467565 or 1268186. OLE color: 1268186.

HSL color Cylindrical-coordinate representation of color #DA5913: hue angle of 21.11º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA5913 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 89 19 -
CMYK 0 0.59 0.91 0.15
HSL 21.11º 0.84% 0.46% -
HSV(B) 21.11º 0.91% 0.85% -
XYZ 32.6 22.1 3.16 -
YUV 119.59 71.24 198.19 -
System Red Green Blue C M Y K H S L
Decimal 218 89 19 0 0.59 0.91 0.15 21.11 0.84 0.46
Hex DA 59 13 0 3B 5B F 15 54 2E
Octal 332 131 23 0 73 133 17 25 124 56
Binary 11011010 1011001 10011 0 111011 1011011 1111 10101 1010100 101110

Color Harmonies of #DA5913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5913

Black with #DA5913

Text Example


Text Example

White with #DA5913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5913; }

 p { color: rgb(218,89,19); }

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

background-color css

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

 a { background-color: rgb(218,89,19); }

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

border-color css

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

 span { border-color: rgb(218,89,19); }

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