#D05D48

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

Shades of Dark Coral #D05D48

Tints of Dark Coral #D05D48

Color information

#D05D48 (or 0xD05D48) is unknown color: approx Dark Coral. HEX triplet: D0, 5D and 48. RGB value is (208,93,72). Sum of RGB (Red+Green+Blue) = 208+93+72=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D48 is #2FA2B7. Grayscale: #7D7D7D. Windows color (decimal): -3121848 or 4742608. OLE color: 4742608.

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

Color convert

RGB2089372-
CMYK00.550.650.18
HSL9.26º59.13%54.9%-
HSV(B)9.26º65.38%81.57%-
XYZ31.121.718.68-
YUV124.9998.1187.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.76%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=55.76%
G=24.93%
B=19.30%

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
Decimal208937200.550.650.189.2659.1354.9
HexD05D48037411293b37
Octal32013511006710122117367
Binary110100001011101100100001101111000001100101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05D48; }

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

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

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

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

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

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

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

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