Html Css Color HEX #DA7110 Chocolate

📋 copy color: '#DA7110'

red 218 ◦ green 113 ◦ blue 16

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

Shades of Chocolate #DA7110

Tints of Chocolate #DA7110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 62.82%
G = 32.56%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA7110 (or 0xDA7110) is known color: Chocolate. HEX triplet: DA, 71 and 10. RGB value is (218,113,16). Sum of RGB (Red+Green+Blue) = 218+113+16=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7110 is #258EEF. Grayscale: #858585. Windows color (decimal): -2461424 or 1077722. OLE color: 1077722.

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

Color convert

RGB 218 113 16 -
CMYK 0 0.48 0.93 0.15
HSL 28.81º 0.86% 0.46% -
HSV(B) 28.81º 0.93% 0.85% -
XYZ 34.91 26.75 3.81 -
YUV 133.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 218 113 16 0 0.48 0.93 0.15 28.81 0.86 0.46
Hex DA 71 10 0 30 5D F 1D 56 2E
Octal 332 161 20 0 60 135 17 35 126 56
Binary 11011010 1110001 10000 0 110000 1011101 1111 11101 1010110 101110

Color Harmonies of #DA7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7110

Black with #DA7110

Text Example


Text Example

White with #DA7110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7110; }

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

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

background-color css

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

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

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

border-color css

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

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

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