Html Css Color HEX #DA5D19 Chocolate

📋 copy color: '#DA5D19'

red 218 ◦ green 93 ◦ blue 25

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

Shades of Chocolate #DA5D19

Tints of Chocolate #DA5D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

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

R = 64.88%
G = 27.68%
B = 7.44%

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

#DA5D19 (or 0xDA5D19) is known color: Chocolate. HEX triplet: DA, 5D and 19. RGB value is (218,93,25). Sum of RGB (Red+Green+Blue) = 218+93+25=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D19 is #25A2E6. Grayscale: #7B7B7B. Windows color (decimal): -2466535 or 1662426. OLE color: 1662426.

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

Color convert

RGB 218 93 25 -
CMYK 0 0.57 0.89 0.15
HSL 21.14º 0.79% 0.48% -
HSV(B) 21.14º 0.89% 0.85% -
XYZ 33 22.8 3.58 -
YUV 122.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 218 93 25 0 0.57 0.89 0.15 21.14 0.79 0.48
Hex DA 5D 19 0 39 59 F 15 4F 30
Octal 332 135 31 0 71 131 17 25 117 60
Binary 11011010 1011101 11001 0 111001 1011001 1111 10101 1001111 110000

Color Harmonies of #DA5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D19

Black with #DA5D19

Text Example


Text Example

White with #DA5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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