Html Css Color HEX #DA4F18 Chocolate

📋 copy color: '#DA4F18'

red 218 ◦ green 79 ◦ blue 24

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

Shades of Chocolate #DA4F18

Tints of Chocolate #DA4F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

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

R = 67.91%
G = 24.61%
B = 7.48%

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

#DA4F18 (or 0xDA4F18) is known color: Chocolate. HEX triplet: DA, 4F and 18. RGB value is (218,79,24). Sum of RGB (Red+Green+Blue) = 218+79+24=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA4F18 is #25B0E7. Grayscale: #727272. Windows color (decimal): -2470120 or 1593306. OLE color: 1593306.

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

Color convert

RGB 218 79 24 -
CMYK 0 0.64 0.89 0.15
HSL 17.01º 0.8% 0.47% -
HSV(B) 17.01º 0.89% 0.85% -
XYZ 31.87 20.56 3.15 -
YUV 114.29 77.05 201.97 -
System Red Green Blue C M Y K H S L
Decimal 218 79 24 0 0.64 0.89 0.15 17.01 0.8 0.47
Hex DA 4F 18 0 40 59 F 11 50 2F
Octal 332 117 30 0 100 131 17 21 120 57
Binary 11011010 1001111 11000 0 1000000 1011001 1111 10001 1010000 101111

Color Harmonies of #DA4F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F18

Black with #DA4F18

Text Example


Text Example

White with #DA4F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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