Html Css Color HEX #DA7116 Chocolate

📋 copy color: '#DA7116'

red 218 ◦ green 113 ◦ blue 22

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

Shades of Chocolate #DA7116

Tints of Chocolate #DA7116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 61.76%
G = 32.01%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA7116 (or 0xDA7116) is known color: Chocolate. HEX triplet: DA, 71 and 16. RGB value is (218,113,22). Sum of RGB (Red+Green+Blue) = 218+113+22=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7116 is #258EE9. Grayscale: #868686. Windows color (decimal): -2461418 or 1470938. OLE color: 1470938.

HSL color Cylindrical-coordinate representation of color #DA7116: hue angle of 27.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7116 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 22 -
CMYK 0 0.48 0.90 0.15
HSL 27.86º 0.82% 0.47% -
HSV(B) 27.86º 0.9% 0.85% -
XYZ 34.96 26.77 4.08 -
YUV 134.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 218 113 22 0 0.48 0.90 0.15 27.86 0.82 0.47
Hex DA 71 16 0 30 5A F 1C 52 2F
Octal 332 161 26 0 60 132 17 34 122 57
Binary 11011010 1110001 10110 0 110000 1011010 1111 11100 1010010 101111

Color Harmonies of #DA7116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7116

Black with #DA7116

Text Example


Text Example

White with #DA7116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7116; }

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

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

background-color css

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

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

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

border-color css

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

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

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