Html Css Color HEX #DA5418 Chocolate

📋 copy color: '#DA5418'

red 218 ◦ green 84 ◦ blue 24

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

Shades of Chocolate #DA5418

Tints of Chocolate #DA5418

RGB

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

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

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

R = 66.87%
G = 25.77%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5418 (or 0xDA5418) is known color: Chocolate. HEX triplet: DA, 54 and 18. RGB value is (218,84,24). Sum of RGB (Red+Green+Blue) = 218+84+24=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5418 is #25ABE7. Grayscale: #757575. Windows color (decimal): -2468840 or 1594586. OLE color: 1594586.

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

Color convert

RGB 218 84 24 -
CMYK 0 0.61 0.89 0.15
HSL 18.56º 0.8% 0.47% -
HSV(B) 18.56º 0.89% 0.85% -
XYZ 32.25 21.31 3.28 -
YUV 117.23 75.39 199.88 -
System Red Green Blue C M Y K H S L
Decimal 218 84 24 0 0.61 0.89 0.15 18.56 0.8 0.47
Hex DA 54 18 0 3D 59 F 13 50 2F
Octal 332 124 30 0 75 131 17 23 120 57
Binary 11011010 1010100 11000 0 111101 1011001 1111 10011 1010000 101111

Color Harmonies of #DA5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5418

Black with #DA5418

Text Example


Text Example

White with #DA5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5418; }

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

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

background-color css

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

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

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

border-color css

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

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

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