Html Css Color HEX #DA7311 Chocolate

📋 copy color: '#DA7311'

red 218 ◦ green 115 ◦ blue 17

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

Shades of Chocolate #DA7311

Tints of Chocolate #DA7311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 62.29%
G = 32.86%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA7311 (or 0xDA7311) is known color: Chocolate. HEX triplet: DA, 73 and 11. RGB value is (218,115,17). Sum of RGB (Red+Green+Blue) = 218+115+17=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7311 is #258CEE. Grayscale: #878787. Windows color (decimal): -2460911 or 1143770. OLE color: 1143770.

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

Color convert

RGB 218 115 17 -
CMYK 0 0.47 0.92 0.15
HSL 29.25º 0.86% 0.46% -
HSV(B) 29.25º 0.92% 0.85% -
XYZ 35.15 27.21 3.93 -
YUV 134.63 61.62 187.47 -
System Red Green Blue C M Y K H S L
Decimal 218 115 17 0 0.47 0.92 0.15 29.25 0.86 0.46
Hex DA 73 11 0 2F 5C F 1D 56 2E
Octal 332 163 21 0 57 134 17 35 126 56
Binary 11011010 1110011 10001 0 101111 1011100 1111 11101 1010110 101110

Color Harmonies of #DA7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7311

Black with #DA7311

Text Example


Text Example

White with #DA7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7311; }

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

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

background-color css

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

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

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

border-color css

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

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

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