Html Css Color HEX #DA7319 Chocolate

📋 copy color: '#DA7319'

red 218 ◦ green 115 ◦ blue 25

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

Shades of Chocolate #DA7319

Tints of Chocolate #DA7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 60.89%
G = 32.12%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7319 (or 0xDA7319) is known color: Chocolate. HEX triplet: DA, 73 and 19. RGB value is (218,115,25). Sum of RGB (Red+Green+Blue) = 218+115+25=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7319 is #258CE6. Grayscale: #888888. Windows color (decimal): -2460903 or 1668058. OLE color: 1668058.

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

Color convert

RGB 218 115 25 -
CMYK 0 0.47 0.89 0.15
HSL 27.98º 0.79% 0.48% -
HSV(B) 27.98º 0.89% 0.85% -
XYZ 35.22 27.24 4.32 -
YUV 135.54 65.62 186.82 -
System Red Green Blue C M Y K H S L
Decimal 218 115 25 0 0.47 0.89 0.15 27.98 0.79 0.48
Hex DA 73 19 0 2F 59 F 1C 4F 30
Octal 332 163 31 0 57 131 17 34 117 60
Binary 11011010 1110011 11001 0 101111 1011001 1111 11100 1001111 110000

Color Harmonies of #DA7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7319

Black with #DA7319

Text Example


Text Example

White with #DA7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7319; }

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

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

background-color css

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

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

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

border-color css

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

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

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