Html Css Color HEX #DA4E18 Chocolate

📋 copy color: '#DA4E18'

red 218 ◦ green 78 ◦ blue 24

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

Shades of Chocolate #DA4E18

Tints of Chocolate #DA4E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

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

R = 68.13%
G = 24.38%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA4E18 (or 0xDA4E18) is known color: Chocolate. HEX triplet: DA, 4E and 18. RGB value is (218,78,24). Sum of RGB (Red+Green+Blue) = 218+78+24=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4E18 is #25B1E7. Grayscale: #727272. Windows color (decimal): -2470376 or 1593050. OLE color: 1593050.

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

Color convert

RGB 218 78 24 -
CMYK 0 0.64 0.89 0.15
HSL 16.7º 0.8% 0.47% -
HSV(B) 16.7º 0.89% 0.85% -
XYZ 31.8 20.42 3.13 -
YUV 113.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 218 78 24 0 0.64 0.89 0.15 16.7 0.8 0.47
Hex DA 4E 18 0 40 59 F 11 50 2F
Octal 332 116 30 0 100 131 17 21 120 57
Binary 11011010 1001110 11000 0 1000000 1011001 1111 10001 1010000 101111

Color Harmonies of #DA4E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E18

Black with #DA4E18

Text Example


Text Example

White with #DA4E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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