#D85F40

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

Shades of Dark Coral #D85F40

Tints of Dark Coral #D85F40

Color information

#D85F40 (or 0xD85F40) is unknown color: approx Dark Coral. HEX triplet: D8, 5F and 40. RGB value is (216,95,64). Sum of RGB (Red+Green+Blue) = 216+95+64=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F40 is #27A0BF. Grayscale: #7F7F7F. Windows color (decimal): -2597056 or 4218840. OLE color: 4218840.

HSL color Cylindrical-coordinate representation of color #D85F40: hue angle of 12.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85F40 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB2169564-
CMYK00.560.700.15
HSL12.24º66.09%54.9%-
HSV(B)12.24º70.37%84.71%-
XYZ33.3423.157.56-
YUV127.6492.09191.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.6%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=57.6%
G=25.33%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216956400.560.700.1512.2466.0954.9
HexD85F4003846Fc4237
Octal330137100070106171410267
Binary110110001011111100000001110001000110111111001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F40; }

 p { color: rgb(216,95,64); }

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

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

 a { background-color: rgb(216,95,64); }

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

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

 span { border-color: rgb(216,95,64); }

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