Html Css Color HEX #DA7013 Chocolate

📋 copy color: '#DA7013'

red 218 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #DA7013

Tints of Chocolate #DA7013

RGB

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

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

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

R = 62.46%
G = 32.09%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7013 (or 0xDA7013) is known color: Chocolate. HEX triplet: DA, 70 and 13. RGB value is (218,112,19). Sum of RGB (Red+Green+Blue) = 218+112+19=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7013 is #258FEC. Grayscale: #858585. Windows color (decimal): -2461677 or 1274074. OLE color: 1274074.

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

Color convert

RGB 218 112 19 -
CMYK 0 0.49 0.91 0.15
HSL 28.04º 0.84% 0.46% -
HSV(B) 28.04º 0.91% 0.85% -
XYZ 34.83 26.54 3.9 -
YUV 133.09 63.62 188.56 -
System Red Green Blue C M Y K H S L
Decimal 218 112 19 0 0.49 0.91 0.15 28.04 0.84 0.46
Hex DA 70 13 0 31 5B F 1C 54 2E
Octal 332 160 23 0 61 133 17 34 124 56
Binary 11011010 1110000 10011 0 110001 1011011 1111 11100 1010100 101110

Color Harmonies of #DA7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7013

Black with #DA7013

Text Example


Text Example

White with #DA7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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