Html Css Color HEX #DA6018 Chocolate

📋 copy color: '#DA6018'

red 218 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #DA6018

Tints of Chocolate #DA6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 64.5%
G = 28.4%
B = 7.1%

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

#DA6018 (or 0xDA6018) is known color: Chocolate. HEX triplet: DA, 60 and 18. RGB value is (218,96,24). Sum of RGB (Red+Green+Blue) = 218+96+24=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6018 is #259FE7. Grayscale: #7C7C7C. Windows color (decimal): -2465768 or 1597658. OLE color: 1597658.

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

Color convert

RGB 218 96 24 -
CMYK 0 0.56 0.89 0.15
HSL 22.27º 0.8% 0.47% -
HSV(B) 22.27º 0.89% 0.85% -
XYZ 33.26 23.34 3.62 -
YUV 124.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 218 96 24 0 0.56 0.89 0.15 22.27 0.8 0.47
Hex DA 60 18 0 38 59 F 16 50 2F
Octal 332 140 30 0 70 131 17 26 120 57
Binary 11011010 1100000 11000 0 111000 1011001 1111 10110 1010000 101111

Color Harmonies of #DA6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6018

Black with #DA6018

Text Example


Text Example

White with #DA6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6018; }

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

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

background-color css

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

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

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

border-color css

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

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

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