Html Css Color HEX #DA7117 Chocolate

📋 copy color: '#DA7117'

red 218 ◦ green 113 ◦ blue 23

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

Shades of Chocolate #DA7117

Tints of Chocolate #DA7117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.5%

R = 61.58%
G = 31.92%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7117 (or 0xDA7117) is known color: Chocolate. HEX triplet: DA, 71 and 17. RGB value is (218,113,23). Sum of RGB (Red+Green+Blue) = 218+113+23=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7117 is #258EE8. Grayscale: #868686. Windows color (decimal): -2461417 or 1536474. OLE color: 1536474.

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

Color convert

RGB 218 113 23 -
CMYK 0 0.48 0.89 0.15
HSL 27.69º 0.81% 0.47% -
HSV(B) 27.69º 0.89% 0.85% -
XYZ 34.97 26.78 4.14 -
YUV 134.14 65.29 187.82 -
System Red Green Blue C M Y K H S L
Decimal 218 113 23 0 0.48 0.89 0.15 27.69 0.81 0.47
Hex DA 71 17 0 30 59 F 1C 51 2F
Octal 332 161 27 0 60 131 17 34 121 57
Binary 11011010 1110001 10111 0 110000 1011001 1111 11100 1010001 101111

Color Harmonies of #DA7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7117

Black with #DA7117

Text Example


Text Example

White with #DA7117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7117; }

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

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

background-color css

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

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

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

border-color css

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

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

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