#D16043

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

Shades of Dark Coral #D16043

Tints of Dark Coral #D16043

Color information

#D16043 (or 0xD16043) is unknown color: approx Dark Coral. HEX triplet: D1, 60 and 43. RGB value is (209,96,67). Sum of RGB (Red+Green+Blue) = 209+96+67=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D16043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16043 is #2E9FBC. Grayscale: #7E7E7E. Windows color (decimal): -3055549 or 4415697. OLE color: 4415697.

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

Color convert

RGB2099667-
CMYK00.540.680.18
HSL12.25º60.68%54.12%-
HSV(B)12.25º67.94%81.96%-
XYZ31.4922.337.96-
YUV126.4894.44186.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.18%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 67 (26.56% from 255) = 18.01%
R=56.18%
G=25.81%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209966700.540.680.1812.2560.6854.12
HexD160430364412c3d36
Octal32114010306610422147566
Binary110100011100000100001101101101000100100101100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16043; }

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

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

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

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

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

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

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

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