#D15540

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

Shades of Dark Coral #D15540

Tints of Dark Coral #D15540

Color information

#D15540 (or 0xD15540) is unknown color: approx Dark Coral. HEX triplet: D1, 55 and 40. RGB value is (209,85,64). Sum of RGB (Red+Green+Blue) = 209+85+64=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D15540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15540 is #2EAABF. Grayscale: #777777. Windows color (decimal): -3058368 or 4216273. OLE color: 4216273.

HSL color Cylindrical-coordinate representation of color #D15540: hue angle of 8.69º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D15540 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB2098564-
CMYK00.590.690.18
HSL8.69º61.18%53.53%-
HSV(B)8.69º69.38%81.96%-
XYZ30.4720.427.19-
YUV119.6896.58191.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.38%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=58.38%
G=23.74%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209856400.590.690.188.6961.1853.53
HexD1554003B451293d36
Octal32112510007310522117566
Binary110100011010101100000001110111000101100101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15540; }

 p { color: rgb(209,85,64); }

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

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

 a { background-color: rgb(209,85,64); }

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

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

 span { border-color: rgb(209,85,64); }

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