Html Css Color HEX #DA5019 Chocolate

📋 copy color: '#DA5019'

red 218 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #DA5019

Tints of Chocolate #DA5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

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

R = 67.49%
G = 24.77%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5019 (or 0xDA5019) is known color: Chocolate. HEX triplet: DA, 50 and 19. RGB value is (218,80,25). Sum of RGB (Red+Green+Blue) = 218+80+25=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5019 is #25AFE6. Grayscale: #737373. Windows color (decimal): -2469863 or 1659098. OLE color: 1659098.

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

Color convert

RGB 218 80 25 -
CMYK 0 0.63 0.89 0.15
HSL 17.1º 0.79% 0.48% -
HSV(B) 17.1º 0.89% 0.85% -
XYZ 31.96 20.71 3.23 -
YUV 114.99 77.22 201.47 -
System Red Green Blue C M Y K H S L
Decimal 218 80 25 0 0.63 0.89 0.15 17.1 0.79 0.48
Hex DA 50 19 0 3F 59 F 11 4F 30
Octal 332 120 31 0 77 131 17 21 117 60
Binary 11011010 1010000 11001 0 111111 1011001 1111 10001 1001111 110000

Color Harmonies of #DA5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5019

Black with #DA5019

Text Example


Text Example

White with #DA5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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