Html Css Color HEX #DA7113 Chocolate

📋 copy color: '#DA7113'

red 218 ◦ green 113 ◦ blue 19

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

Shades of Chocolate #DA7113

Tints of Chocolate #DA7113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 62.29%
G = 32.29%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7113 (or 0xDA7113) is known color: Chocolate. HEX triplet: DA, 71 and 13. RGB value is (218,113,19). Sum of RGB (Red+Green+Blue) = 218+113+19=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7113 is #258EEC. Grayscale: #868686. Windows color (decimal): -2461421 or 1274330. OLE color: 1274330.

HSL color Cylindrical-coordinate representation of color #DA7113: hue angle of 28.34º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7113 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 19 -
CMYK 0 0.48 0.91 0.15
HSL 28.34º 0.84% 0.46% -
HSV(B) 28.34º 0.91% 0.85% -
XYZ 34.94 26.76 3.94 -
YUV 133.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 218 113 19 0 0.48 0.91 0.15 28.34 0.84 0.46
Hex DA 71 13 0 30 5B F 1C 54 2E
Octal 332 161 23 0 60 133 17 34 124 56
Binary 11011010 1110001 10011 0 110000 1011011 1111 11100 1010100 101110

Color Harmonies of #DA7113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7113

Black with #DA7113

Text Example


Text Example

White with #DA7113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7113; }

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

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

background-color css

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

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

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

border-color css

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

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

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