#D05740

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

Shades of Dark Coral #D05740

Tints of Dark Coral #D05740

Color information

#D05740 (or 0xD05740) is unknown color: approx Dark Coral. HEX triplet: D0, 57 and 40. RGB value is (208,87,64). Sum of RGB (Red+Green+Blue) = 208+87+64=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D05740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05740 is #2FA8BF. Grayscale: #787878. Windows color (decimal): -3123392 or 4216784. OLE color: 4216784.

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

Color convert

RGB2088764-
CMYK00.580.690.18
HSL9.58º60.5%53.33%-
HSV(B)9.58º69.23%81.57%-
XYZ30.3520.67.23-
YUV120.5696.09190.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.94%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 64 (25.39% from 255) = 17.83%
R=57.94%
G=24.23%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208876400.580.690.189.5860.553.33
HexD0574003A4512a3d35
Octal32012710007210522127565
Binary110100001010111100000001110101000101100101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05740; }

 p { color: rgb(208,87,64); }

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

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

 a { background-color: rgb(208,87,64); }

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

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

 span { border-color: rgb(208,87,64); }

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