Html Css Color HEX #DA5718 Chocolate

📋 copy color: '#DA5718'

red 218 ◦ green 87 ◦ blue 24

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

Shades of Chocolate #DA5718

Tints of Chocolate #DA5718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 66.26%
G = 26.44%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5718 (or 0xDA5718) is known color: Chocolate. HEX triplet: DA, 57 and 18. RGB value is (218,87,24). Sum of RGB (Red+Green+Blue) = 218+87+24=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5718 is #25A8E7. Grayscale: #777777. Windows color (decimal): -2468072 or 1595354. OLE color: 1595354.

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

Color convert

RGB 218 87 24 -
CMYK 0 0.60 0.89 0.15
HSL 19.48º 0.8% 0.47% -
HSV(B) 19.48º 0.89% 0.85% -
XYZ 32.49 21.79 3.36 -
YUV 118.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 218 87 24 0 0.60 0.89 0.15 19.48 0.8 0.47
Hex DA 57 18 0 3C 59 F 13 50 2F
Octal 332 127 30 0 74 131 17 23 120 57
Binary 11011010 1010111 11000 0 111100 1011001 1111 10011 1010000 101111

Color Harmonies of #DA5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5718

Black with #DA5718

Text Example


Text Example

White with #DA5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5718; }

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

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

background-color css

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

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

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

border-color css

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

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

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