#D96043

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

Shades of Dark Coral #D96043

Tints of Dark Coral #D96043

Color information

#D96043 (or 0xD96043) is unknown color: approx Dark Coral. HEX triplet: D9, 60 and 43. RGB value is (217,96,67). Sum of RGB (Red+Green+Blue) = 217+96+67=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D96043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96043 is #269FBC. Grayscale: #818181. Windows color (decimal): -2531261 or 4415705. OLE color: 4415705.

HSL color Cylindrical-coordinate representation of color #D96043: hue angle of 11.6º 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 #D96043 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2179667-
CMYK00.560.690.15
HSL11.6º66.37%55.69%-
HSV(B)11.6º69.12%85.1%-
XYZ33.8123.528.07-
YUV128.8793.09190.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=57.11%
G=25.26%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217966700.560.690.1511.666.3755.69
HexD9604303845Fc4238
Octal331140103070105171410270
Binary110110011100000100001101110001000101111111001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96043; }

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

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

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

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

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

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

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

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