Html Css Color HEX #DA7019 Chocolate

📋 copy color: '#DA7019'

red 218 ◦ green 112 ◦ blue 25

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

Shades of Chocolate #DA7019

Tints of Chocolate #DA7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 61.41%
G = 31.55%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7019 (or 0xDA7019) is known color: Chocolate. HEX triplet: DA, 70 and 19. RGB value is (218,112,25). Sum of RGB (Red+Green+Blue) = 218+112+25=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7019 is #258FE6. Grayscale: #868686. Windows color (decimal): -2461671 or 1667290. OLE color: 1667290.

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

Color convert

RGB 218 112 25 -
CMYK 0 0.49 0.89 0.15
HSL 27.05º 0.79% 0.48% -
HSV(B) 27.05º 0.89% 0.85% -
XYZ 34.88 26.56 4.21 -
YUV 133.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 218 112 25 0 0.49 0.89 0.15 27.05 0.79 0.48
Hex DA 70 19 0 31 59 F 1B 4F 30
Octal 332 160 31 0 61 131 17 33 117 60
Binary 11011010 1110000 11001 0 110001 1011001 1111 11011 1001111 110000

Color Harmonies of #DA7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7019

Black with #DA7019

Text Example


Text Example

White with #DA7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7019; }

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

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

background-color css

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

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

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

border-color css

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

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

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