Html Css Color HEX #DA5118 Chocolate

📋 copy color: '#DA5118'

red 218 ◦ green 81 ◦ blue 24

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

Shades of Chocolate #DA5118

Tints of Chocolate #DA5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

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

R = 67.49%
G = 25.08%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5118 (or 0xDA5118) is known color: Chocolate. HEX triplet: DA, 51 and 18. RGB value is (218,81,24). Sum of RGB (Red+Green+Blue) = 218+81+24=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5118 is #25AEE7. Grayscale: #737373. Windows color (decimal): -2469608 or 1593818. OLE color: 1593818.

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

Color convert

RGB 218 81 24 -
CMYK 0 0.63 0.89 0.15
HSL 17.63º 0.8% 0.47% -
HSV(B) 17.63º 0.89% 0.85% -
XYZ 32.02 20.86 3.2 -
YUV 115.47 76.39 201.13 -
System Red Green Blue C M Y K H S L
Decimal 218 81 24 0 0.63 0.89 0.15 17.63 0.8 0.47
Hex DA 51 18 0 3F 59 F 12 50 2F
Octal 332 121 30 0 77 131 17 22 120 57
Binary 11011010 1010001 11000 0 111111 1011001 1111 10010 1010000 101111

Color Harmonies of #DA5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5118

Black with #DA5118

Text Example


Text Example

White with #DA5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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