#D95A40

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

Shades of Dark Coral #D95A40

Tints of Dark Coral #D95A40

Color information

#D95A40 (or 0xD95A40) is unknown color: approx Dark Coral. HEX triplet: D9, 5A and 40. RGB value is (217,90,64). Sum of RGB (Red+Green+Blue) = 217+90+64=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A40 is #26A5BF. Grayscale: #7D7D7D. Windows color (decimal): -2532800 or 4217561. OLE color: 4217561.

HSL color Cylindrical-coordinate representation of color #D95A40: hue angle of 10.2º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D95A40 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2179064-
CMYK00.590.710.15
HSL10.2º66.81%55.1%-
HSV(B)10.2º70.51%85.1%-
XYZ33.222.437.43-
YUV125.0193.58193.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 58.49%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=58.49%
G=24.26%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217906400.590.710.1510.266.8155.1
HexD95A4003B47Fa4337
Octal331132100073107171210367
Binary110110011011010100000001110111000111111110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A40; }

 p { color: rgb(217,90,64); }

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

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

 a { background-color: rgb(217,90,64); }

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

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

 span { border-color: rgb(217,90,64); }

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