#D16049

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

Shades of Dark Coral #D16049

Tints of Dark Coral #D16049

Color information

#D16049 (or 0xD16049) is unknown color: approx Dark Coral. HEX triplet: D1, 60 and 49. RGB value is (209,96,73). Sum of RGB (Red+Green+Blue) = 209+96+73=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16049 is #2E9FB6. Grayscale: #7F7F7F. Windows color (decimal): -3055543 or 4808913. OLE color: 4808913.

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

Color convert

RGB2099673-
CMYK00.540.650.18
HSL10.15º59.65%55.29%-
HSV(B)10.15º65.07%81.96%-
XYZ31.6822.48.96-
YUV127.1697.44186.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=55.29%
G=25.40%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209967300.540.650.1810.1559.6555.29
HexD160490364112a3c37
Octal32114011106610122127467
Binary110100011100000100100101101101000001100101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16049; }

 p { color: rgb(209,96,73); }

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

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

 a { background-color: rgb(209,96,73); }

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

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

 span { border-color: rgb(209,96,73); }

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