#D96143

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

Shades of Dark Coral #D96143

Tints of Dark Coral #D96143

Color information

#D96143 (or 0xD96143) is unknown color: approx Dark Coral. HEX triplet: D9, 61 and 43. RGB value is (217,97,67). Sum of RGB (Red+Green+Blue) = 217+97+67=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D96143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96143 is #269EBC. Grayscale: #818181. Windows color (decimal): -2531005 or 4415961. OLE color: 4415961.

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

Color convert

RGB2179767-
CMYK00.550.690.15
HSL12º66.37%55.69%-
HSV(B)12º69.12%85.1%-
XYZ33.923.718.1-
YUV129.4692.76190.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.96%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=56.96%
G=25.46%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217976700.550.690.151266.3755.69
HexD9614303745Fc4238
Octal331141103067105171410270
Binary110110011100001100001101101111000101111111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96143; }

 p { color: rgb(217,97,67); }

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

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

 a { background-color: rgb(217,97,67); }

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

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

 span { border-color: rgb(217,97,67); }

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