#D05D45

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

Shades of Dark Coral #D05D45

Tints of Dark Coral #D05D45

Color information

#D05D45 (or 0xD05D45) is unknown color: approx Dark Coral. HEX triplet: D0, 5D and 45. RGB value is (208,93,69). Sum of RGB (Red+Green+Blue) = 208+93+69=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D45 is #2FA2BA. Grayscale: #7C7C7C. Windows color (decimal): -3121851 or 4546000. OLE color: 4546000.

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

Color convert

RGB2089369-
CMYK00.550.670.18
HSL10.36º59.66%54.31%-
HSV(B)10.36º66.83%81.57%-
XYZ3121.678.18-
YUV124.6596.6187.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.22%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=56.22%
G=25.14%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208936900.550.670.1810.3659.6654.31
HexD05D450374312a3c36
Octal32013510506710322127466
Binary110100001011101100010101101111000011100101010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D45; }

 p { color: rgb(208,93,69); }

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

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

 a { background-color: rgb(208,93,69); }

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

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

 span { border-color: rgb(208,93,69); }

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