Html Css Color HEX #DA7313 Chocolate

📋 copy color: '#DA7313'

red 218 ◦ green 115 ◦ blue 19

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

Shades of Chocolate #DA7313

Tints of Chocolate #DA7313

RGB

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

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

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

R = 61.93%
G = 32.67%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7313 (or 0xDA7313) is known color: Chocolate. HEX triplet: DA, 73 and 13. RGB value is (218,115,19). Sum of RGB (Red+Green+Blue) = 218+115+19=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7313 is #258CEC. Grayscale: #878787. Windows color (decimal): -2460909 or 1274842. OLE color: 1274842.

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

Color convert

RGB 218 115 19 -
CMYK 0 0.47 0.91 0.15
HSL 28.94º 0.84% 0.46% -
HSV(B) 28.94º 0.91% 0.85% -
XYZ 35.16 27.21 4.02 -
YUV 134.85 62.62 187.31 -
System Red Green Blue C M Y K H S L
Decimal 218 115 19 0 0.47 0.91 0.15 28.94 0.84 0.46
Hex DA 73 13 0 2F 5B F 1D 54 2E
Octal 332 163 23 0 57 133 17 35 124 56
Binary 11011010 1110011 10011 0 101111 1011011 1111 11101 1010100 101110

Color Harmonies of #DA7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7313

Black with #DA7313

Text Example


Text Example

White with #DA7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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