Html Css Color HEX #DA7018 Chocolate

📋 copy color: '#DA7018'

red 218 ◦ green 112 ◦ blue 24

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

Shades of Chocolate #DA7018

Tints of Chocolate #DA7018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 61.58%
G = 31.64%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7018 (or 0xDA7018) is known color: Chocolate. HEX triplet: DA, 70 and 18. RGB value is (218,112,24). Sum of RGB (Red+Green+Blue) = 218+112+24=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7018 is #258FE7. Grayscale: #868686. Windows color (decimal): -2461672 or 1601754. OLE color: 1601754.

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

Color convert

RGB 218 112 24 -
CMYK 0 0.49 0.89 0.15
HSL 27.22º 0.8% 0.47% -
HSV(B) 27.22º 0.89% 0.85% -
XYZ 34.87 26.56 4.15 -
YUV 133.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 218 112 24 0 0.49 0.89 0.15 27.22 0.8 0.47
Hex DA 70 18 0 31 59 F 1B 50 2F
Octal 332 160 30 0 61 131 17 33 120 57
Binary 11011010 1110000 11000 0 110001 1011001 1111 11011 1010000 101111

Color Harmonies of #DA7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7018

Black with #DA7018

Text Example


Text Example

White with #DA7018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7018; }

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

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

background-color css

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

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

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

border-color css

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

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

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