#D05541

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

Shades of Dark Coral #D05541

Tints of Dark Coral #D05541

Color information

#D05541 (or 0xD05541) is unknown color: approx Dark Coral. HEX triplet: D0, 55 and 41. RGB value is (208,85,65). Sum of RGB (Red+Green+Blue) = 208+85+65=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D05541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05541 is #2FAABE. Grayscale: #777777. Windows color (decimal): -3123903 or 4281808. OLE color: 4281808.

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

Color convert

RGB2088565-
CMYK00.590.690.18
HSL8.39º60.34%53.53%-
HSV(B)8.39º68.75%81.57%-
XYZ30.2220.297.32-
YUV119.597.25191.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.10%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=58.10%
G=23.74%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208856500.590.690.188.3960.3453.53
HexD0554103B451283c36
Octal32012510107310522107466
Binary110100001010101100000101110111000101100101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05541; }

 p { color: rgb(208,85,65); }

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

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

 a { background-color: rgb(208,85,65); }

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

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

 span { border-color: rgb(208,85,65); }

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