Html Css Color HEX #DA7119 Chocolate

📋 copy color: '#DA7119'

red 218 ◦ green 113 ◦ blue 25

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

Shades of Chocolate #DA7119

Tints of Chocolate #DA7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 61.24%
G = 31.74%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7119 (or 0xDA7119) is known color: Chocolate. HEX triplet: DA, 71 and 19. RGB value is (218,113,25). Sum of RGB (Red+Green+Blue) = 218+113+25=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7119 is #258EE6. Grayscale: #868686. Windows color (decimal): -2461415 or 1667546. OLE color: 1667546.

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

Color convert

RGB 218 113 25 -
CMYK 0 0.48 0.89 0.15
HSL 27.36º 0.79% 0.48% -
HSV(B) 27.36º 0.89% 0.85% -
XYZ 34.99 26.79 4.25 -
YUV 134.36 66.29 187.66 -
System Red Green Blue C M Y K H S L
Decimal 218 113 25 0 0.48 0.89 0.15 27.36 0.79 0.48
Hex DA 71 19 0 30 59 F 1B 4F 30
Octal 332 161 31 0 60 131 17 33 117 60
Binary 11011010 1110001 11001 0 110000 1011001 1111 11011 1001111 110000

Color Harmonies of #DA7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7119

Black with #DA7119

Text Example


Text Example

White with #DA7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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