Html Css Color HEX #DA6118 Chocolate

📋 copy color: '#DA6118'

red 218 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #DA6118

Tints of Chocolate #DA6118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

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

R = 64.31%
G = 28.61%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6118 (or 0xDA6118) is known color: Chocolate. HEX triplet: DA, 61 and 18. RGB value is (218,97,24). Sum of RGB (Red+Green+Blue) = 218+97+24=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6118 is #259EE7. Grayscale: #7D7D7D. Windows color (decimal): -2465512 or 1597914. OLE color: 1597914.

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

Color convert

RGB 218 97 24 -
CMYK 0 0.56 0.89 0.15
HSL 22.58º 0.8% 0.47% -
HSV(B) 22.58º 0.89% 0.85% -
XYZ 33.35 23.52 3.65 -
YUV 124.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 218 97 24 0 0.56 0.89 0.15 22.58 0.8 0.47
Hex DA 61 18 0 38 59 F 17 50 2F
Octal 332 141 30 0 70 131 17 27 120 57
Binary 11011010 1100001 11000 0 111000 1011001 1111 10111 1010000 101111

Color Harmonies of #DA6118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6118

Black with #DA6118

Text Example


Text Example

White with #DA6118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6118; }

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

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

background-color css

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

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

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

border-color css

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

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

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