#DA5640

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

Shades of Dark Coral #DA5640

Tints of Dark Coral #DA5640

Color information

#DA5640 (or 0xDA5640) is unknown color: approx Dark Coral. HEX triplet: DA, 56 and 40. RGB value is (218,86,64). Sum of RGB (Red+Green+Blue) = 218+86+64=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5640 is #25A9BF. Grayscale: #7B7B7B. Windows color (decimal): -2468288 or 4216538. OLE color: 4216538.

HSL color Cylindrical-coordinate representation of color #DA5640: hue angle of 8.57º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA5640 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2188664-
CMYK00.610.710.15
HSL8.57º67.54%55.29%-
HSV(B)8.57º70.64%85.49%-
XYZ33.1721.937.34-
YUV122.9694.73195.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.24%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=59.24%
G=23.37%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218866400.610.710.158.5767.5455.29
HexDA564003D47F94437
Octal332126100075107171110467
Binary110110101010110100000001111011000111111110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5640; }

 p { color: rgb(218,86,64); }

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

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

 a { background-color: rgb(218,86,64); }

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

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

 span { border-color: rgb(218,86,64); }

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