Html Css Color HEX #DA5E19 Chocolate

📋 copy color: '#DA5E19'

red 218 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #DA5E19

Tints of Chocolate #DA5E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 64.69%
G = 27.89%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5E19 (or 0xDA5E19) is known color: Chocolate. HEX triplet: DA, 5E and 19. RGB value is (218,94,25). Sum of RGB (Red+Green+Blue) = 218+94+25=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5E19 is #25A1E6. Grayscale: #7B7B7B. Windows color (decimal): -2466279 or 1662682. OLE color: 1662682.

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

Color convert

RGB 218 94 25 -
CMYK 0 0.57 0.89 0.15
HSL 21.45º 0.79% 0.48% -
HSV(B) 21.45º 0.89% 0.85% -
XYZ 33.09 22.98 3.61 -
YUV 123.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 218 94 25 0 0.57 0.89 0.15 21.45 0.79 0.48
Hex DA 5E 19 0 39 59 F 15 4F 30
Octal 332 136 31 0 71 131 17 25 117 60
Binary 11011010 1011110 11001 0 111001 1011001 1111 10101 1001111 110000

Color Harmonies of #DA5E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E19

Black with #DA5E19

Text Example


Text Example

White with #DA5E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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