Html Css Color HEX #DA5B19 Chocolate

📋 copy color: '#DA5B19'

red 218 ◦ green 91 ◦ blue 25

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

Shades of Chocolate #DA5B19

Tints of Chocolate #DA5B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 65.27%
G = 27.25%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5B19 (or 0xDA5B19) is known color: Chocolate. HEX triplet: DA, 5B and 19. RGB value is (218,91,25). Sum of RGB (Red+Green+Blue) = 218+91+25=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5B19 is #25A4E6. Grayscale: #797979. Windows color (decimal): -2467047 or 1661914. OLE color: 1661914.

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

Color convert

RGB 218 91 25 -
CMYK 0 0.58 0.89 0.15
HSL 20.52º 0.79% 0.48% -
HSV(B) 20.52º 0.89% 0.85% -
XYZ 32.83 22.46 3.52 -
YUV 121.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 218 91 25 0 0.58 0.89 0.15 20.52 0.79 0.48
Hex DA 5B 19 0 3A 59 F 15 4F 30
Octal 332 133 31 0 72 131 17 25 117 60
Binary 11011010 1011011 11001 0 111010 1011001 1111 10101 1001111 110000

Color Harmonies of #DA5B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5B19

Black with #DA5B19

Text Example


Text Example

White with #DA5B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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