Html Css Color HEX #DA7211 Chocolate

📋 copy color: '#DA7211'

red 218 ◦ green 114 ◦ blue 17

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

Shades of Chocolate #DA7211

Tints of Chocolate #DA7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

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

R = 62.46%
G = 32.66%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA7211 (or 0xDA7211) is known color: Chocolate. HEX triplet: DA, 72 and 11. RGB value is (218,114,17). Sum of RGB (Red+Green+Blue) = 218+114+17=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7211 is #258DEE. Grayscale: #868686. Windows color (decimal): -2461167 or 1143514. OLE color: 1143514.

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

Color convert

RGB 218 114 17 -
CMYK 0 0.48 0.92 0.15
HSL 28.96º 0.86% 0.46% -
HSV(B) 28.96º 0.92% 0.85% -
XYZ 35.03 26.98 3.89 -
YUV 134.04 61.96 187.89 -
System Red Green Blue C M Y K H S L
Decimal 218 114 17 0 0.48 0.92 0.15 28.96 0.86 0.46
Hex DA 72 11 0 30 5C F 1D 56 2E
Octal 332 162 21 0 60 134 17 35 126 56
Binary 11011010 1110010 10001 0 110000 1011100 1111 11101 1010110 101110

Color Harmonies of #DA7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7211

Black with #DA7211

Text Example


Text Example

White with #DA7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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