Html Css Color HEX #DA5319 Chocolate

📋 copy color: '#DA5319'

red 218 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #DA5319

Tints of Chocolate #DA5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 66.87%
G = 25.46%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5319 (or 0xDA5319) is known color: Chocolate. HEX triplet: DA, 53 and 19. RGB value is (218,83,25). Sum of RGB (Red+Green+Blue) = 218+83+25=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5319 is #25ACE6. Grayscale: #757575. Windows color (decimal): -2469095 or 1659866. OLE color: 1659866.

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

Color convert

RGB 218 83 25 -
CMYK 0 0.62 0.89 0.15
HSL 18.03º 0.79% 0.48% -
HSV(B) 18.03º 0.89% 0.85% -
XYZ 32.18 21.16 3.31 -
YUV 116.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 218 83 25 0 0.62 0.89 0.15 18.03 0.79 0.48
Hex DA 53 19 0 3E 59 F 12 4F 30
Octal 332 123 31 0 76 131 17 22 117 60
Binary 11011010 1010011 11001 0 111110 1011001 1111 10010 1001111 110000

Color Harmonies of #DA5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5319

Black with #DA5319

Text Example


Text Example

White with #DA5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5319; }

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

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

background-color css

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

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

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

border-color css

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

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

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