Html Css Color HEX #DA5719 Chocolate

📋 copy color: '#DA5719'

red 218 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #DA5719

Tints of Chocolate #DA5719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 66.06%
G = 26.36%
B = 7.58%

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

#DA5719 (or 0xDA5719) is known color: Chocolate. HEX triplet: DA, 57 and 19. RGB value is (218,87,25). Sum of RGB (Red+Green+Blue) = 218+87+25=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5719 is #25A8E6. Grayscale: #777777. Windows color (decimal): -2468071 or 1660890. OLE color: 1660890.

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

Color convert

RGB 218 87 25 -
CMYK 0 0.60 0.89 0.15
HSL 19.27º 0.79% 0.48% -
HSV(B) 19.27º 0.89% 0.85% -
XYZ 32.5 21.79 3.41 -
YUV 119.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 218 87 25 0 0.60 0.89 0.15 19.27 0.79 0.48
Hex DA 57 19 0 3C 59 F 13 4F 30
Octal 332 127 31 0 74 131 17 23 117 60
Binary 11011010 1010111 11001 0 111100 1011001 1111 10011 1001111 110000

Color Harmonies of #DA5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5719

Black with #DA5719

Text Example


Text Example

White with #DA5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5719; }

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

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

background-color css

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

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

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

border-color css

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

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

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