Html Css Color HEX #DA5918 Chocolate

📋 copy color: '#DA5918'

red 218 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #DA5918

Tints of Chocolate #DA5918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.25%

R = 65.86%
G = 26.89%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5918 (or 0xDA5918) is known color: Chocolate. HEX triplet: DA, 59 and 18. RGB value is (218,89,24). Sum of RGB (Red+Green+Blue) = 218+89+24=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5918 is #25A6E7. Grayscale: #787878. Windows color (decimal): -2467560 or 1595866. OLE color: 1595866.

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

Color convert

RGB 218 89 24 -
CMYK 0 0.59 0.89 0.15
HSL 20.1º 0.8% 0.47% -
HSV(B) 20.1º 0.89% 0.85% -
XYZ 32.65 22.12 3.41 -
YUV 120.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 218 89 24 0 0.59 0.89 0.15 20.1 0.8 0.47
Hex DA 59 18 0 3B 59 F 14 50 2F
Octal 332 131 30 0 73 131 17 24 120 57
Binary 11011010 1011001 11000 0 111011 1011001 1111 10100 1010000 101111

Color Harmonies of #DA5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5918

Black with #DA5918

Text Example


Text Example

White with #DA5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5918; }

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

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

background-color css

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

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

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

border-color css

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

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

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