#DA6018

Color #DA6018 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #DA6018

Tints of Chocolate #DA6018

Color information

#DA6018 (or 0xDA6018) is unknown color: approx 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

RGB2189624-
CMYK00.560.890.15
HSL22.27º80.17%47.45%-
HSV(B)22.27º88.99%85.49%-
XYZ33.2623.343.62-
YUV124.2771.42194.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.50%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 24 (9.77% from 255) = 7.10%
R=64.50%
G=28.40%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218962400.560.890.1522.2780.1747.45
HexDA601803859F16502f
Octal33214030070131172612057
Binary11011010110000011000011100010110011111101101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>