#D05E49

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

Shades of Dark Coral #D05E49

Tints of Dark Coral #D05E49

Color information

#D05E49 (or 0xD05E49) is unknown color: approx Dark Coral. HEX triplet: D0, 5E and 49. RGB value is (208,94,73). Sum of RGB (Red+Green+Blue) = 208+94+73=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05E49 is #2FA1B6. Grayscale: #7D7D7D. Windows color (decimal): -3121591 or 4808400. OLE color: 4808400.

HSL color Cylindrical-coordinate representation of color #D05E49: hue angle of 9.33º degrees, saturation: 0.59, 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 #D05E49 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2089473-
CMYK00.550.650.18
HSL9.33º58.95%55.1%-
HSV(B)9.33º64.9%81.57%-
XYZ31.2221.98.88-
YUV125.6998.27186.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.47%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=55.47%
G=25.07%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208947300.550.650.189.3358.9555.1
HexD05E49037411293b37
Octal32013611106710122117367
Binary110100001011110100100101101111000001100101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05E49; }

 p { color: rgb(208,94,73); }

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

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

 a { background-color: rgb(208,94,73); }

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

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

 span { border-color: rgb(208,94,73); }

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