#D95C42

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

Shades of Dark Coral #D95C42

Tints of Dark Coral #D95C42

Color information

#D95C42 (or 0xD95C42) is unknown color: approx Dark Coral. HEX triplet: D9, 5C and 42. RGB value is (217,92,66). Sum of RGB (Red+Green+Blue) = 217+92+66=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C42 is #26A3BD. Grayscale: #7E7E7E. Windows color (decimal): -2532286 or 4349145. OLE color: 4349145.

HSL color Cylindrical-coordinate representation of color #D95C42: hue angle of 10.33º degrees, saturation: 0.67, 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 #D95C42 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB2179266-
CMYK00.580.700.15
HSL10.33º66.52%55.49%-
HSV(B)10.33º69.59%85.1%-
XYZ33.4322.87.79-
YUV126.4193.91192.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.87%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=57.87%
G=24.53%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217926600.580.700.1510.3366.5255.49
HexD95C4203A46Fa4337
Octal331134102072106171210367
Binary110110011011100100001001110101000110111110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C42; }

 p { color: rgb(217,92,66); }

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

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

 a { background-color: rgb(217,92,66); }

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

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

 span { border-color: rgb(217,92,66); }

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