Html Css Color HEX #DA7118 Chocolate

📋 copy color: '#DA7118'

red 218 ◦ green 113 ◦ blue 24

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

Shades of Chocolate #DA7118

Tints of Chocolate #DA7118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 61.41%
G = 31.83%
B = 6.76%

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

#DA7118 (or 0xDA7118) is known color: Chocolate. HEX triplet: DA, 71 and 18. RGB value is (218,113,24). Sum of RGB (Red+Green+Blue) = 218+113+24=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7118 is #258EE7. Grayscale: #868686. Windows color (decimal): -2461416 or 1602010. OLE color: 1602010.

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

Color convert

RGB 218 113 24 -
CMYK 0 0.48 0.89 0.15
HSL 27.53º 0.8% 0.47% -
HSV(B) 27.53º 0.89% 0.85% -
XYZ 34.98 26.78 4.19 -
YUV 134.25 65.79 187.74 -
System Red Green Blue C M Y K H S L
Decimal 218 113 24 0 0.48 0.89 0.15 27.53 0.8 0.47
Hex DA 71 18 0 30 59 F 1C 50 2F
Octal 332 161 30 0 60 131 17 34 120 57
Binary 11011010 1110001 11000 0 110000 1011001 1111 11100 1010000 101111

Color Harmonies of #DA7118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7118

Black with #DA7118

Text Example


Text Example

White with #DA7118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7118; }

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

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

background-color css

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

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

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

border-color css

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

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

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