Html Css Color HEX #DA7111 Chocolate

📋 copy color: '#DA7111'

red 218 ◦ green 113 ◦ blue 17

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

Shades of Chocolate #DA7111

Tints of Chocolate #DA7111

RGB

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

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

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

R = 62.64%
G = 32.47%
B = 4.89%

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

#DA7111 (or 0xDA7111) is known color: Chocolate. HEX triplet: DA, 71 and 11. RGB value is (218,113,17). Sum of RGB (Red+Green+Blue) = 218+113+17=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7111 is #258EEE. Grayscale: #858585. Windows color (decimal): -2461423 or 1143258. OLE color: 1143258.

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

Color convert

RGB 218 113 17 -
CMYK 0 0.48 0.92 0.15
HSL 28.66º 0.86% 0.46% -
HSV(B) 28.66º 0.92% 0.85% -
XYZ 34.92 26.76 3.85 -
YUV 133.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 218 113 17 0 0.48 0.92 0.15 28.66 0.86 0.46
Hex DA 71 11 0 30 5C F 1D 56 2E
Octal 332 161 21 0 60 134 17 35 126 56
Binary 11011010 1110001 10001 0 110000 1011100 1111 11101 1010110 101110

Color Harmonies of #DA7111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7111

Black with #DA7111

Text Example


Text Example

White with #DA7111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7111; }

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

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

background-color css

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

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

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

border-color css

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

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

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