#D15A46

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

Shades of Dark Coral #D15A46

Tints of Dark Coral #D15A46

Color information

#D15A46 (or 0xD15A46) is unknown color: approx Dark Coral. HEX triplet: D1, 5A and 46. RGB value is (209,90,70). Sum of RGB (Red+Green+Blue) = 209+90+70=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A46 is #2EA5B9. Grayscale: #7B7B7B. Windows color (decimal): -3057082 or 4610769. OLE color: 4610769.

HSL color Cylindrical-coordinate representation of color #D15A46: hue angle of 8.63º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15A46 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2099070-
CMYK00.570.670.18
HSL8.63º60.17%54.71%-
HSV(B)8.63º66.51%81.96%-
XYZ31.0621.318.27-
YUV123.397.92189.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=56.64%
G=24.39%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209907000.570.670.188.6360.1754.71
HexD15A46039431293c37
Octal32113210607110322117467
Binary110100011011010100011001110011000011100101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15A46; }

 p { color: rgb(209,90,70); }

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

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

 a { background-color: rgb(209,90,70); }

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

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

 span { border-color: rgb(209,90,70); }

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