Html Css Color HEX #DA7418 Chocolate

📋 copy color: '#DA7418'

red 218 ◦ green 116 ◦ blue 24

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

Shades of Chocolate #DA7418

Tints of Chocolate #DA7418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 60.89%
G = 32.4%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7418 (or 0xDA7418) is known color: Chocolate. HEX triplet: DA, 74 and 18. RGB value is (218,116,24). Sum of RGB (Red+Green+Blue) = 218+116+24=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7418 is #258BE7. Grayscale: #888888. Windows color (decimal): -2460648 or 1602778. OLE color: 1602778.

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

Color convert

RGB 218 116 24 -
CMYK 0 0.47 0.89 0.15
HSL 28.45º 0.8% 0.47% -
HSV(B) 28.45º 0.89% 0.85% -
XYZ 35.32 27.46 4.3 -
YUV 136.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 218 116 24 0 0.47 0.89 0.15 28.45 0.8 0.47
Hex DA 74 18 0 2F 59 F 1C 50 2F
Octal 332 164 30 0 57 131 17 34 120 57
Binary 11011010 1110100 11000 0 101111 1011001 1111 11100 1010000 101111

Color Harmonies of #DA7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7418

Black with #DA7418

Text Example


Text Example

White with #DA7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7418; }

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

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

background-color css

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

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

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

border-color css

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

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

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