#DA6115

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

Shades of Chocolate #DA6115

Tints of Chocolate #DA6115

Color information

#DA6115 (or 0xDA6115) is unknown color: approx Chocolate. HEX triplet: DA, 61 and 15. RGB value is (218,97,21). Sum of RGB (Red+Green+Blue) = 218+97+21=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6115 is #259EEA. Grayscale: #7C7C7C. Windows color (decimal): -2465515 or 1401306. OLE color: 1401306.

HSL color Cylindrical-coordinate representation of color #DA6115: hue angle of 23.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA6115 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB2189721-
CMYK00.560.900.15
HSL23.15º82.43%46.86%-
HSV(B)23.15º90.37%85.49%-
XYZ33.3223.513.49-
YUV124.5269.59194.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.88%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 21 (8.59% from 255) = 6.25%
R=64.88%
G=28.87%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218972100.560.900.1523.1582.4346.86
HexDA61150385AF17522f
Octal33214125070132172712257
Binary11011010110000110101011100010110101111101111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6115; }

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

 H1.HeaderClassName
 {
   color: #DA6115;
 }
 .AnyTagClassName
 {
   color: #DA6115;
 }
</style>
background-color css

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

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

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

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

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

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