#D86047

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

Shades of Dark Coral #D86047

Tints of Dark Coral #D86047

Color information

#D86047 (or 0xD86047) is unknown color: approx Dark Coral. HEX triplet: D8, 60 and 47. RGB value is (216,96,71). Sum of RGB (Red+Green+Blue) = 216+96+71=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D86047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86047 is #279FB8. Grayscale: #818181. Windows color (decimal): -2596793 or 4677848. OLE color: 4677848.

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

Color convert

RGB2169671-
CMYK00.560.670.15
HSL10.34º65.02%56.27%-
HSV(B)10.34º67.13%84.71%-
XYZ33.6423.428.71-
YUV129.0395.26190.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.40%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=56.40%
G=25.07%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216967100.560.670.1510.3465.0256.27
HexD8604703843Fa4138
Octal330140107070103171210170
Binary110110001100000100011101110001000011111110101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86047; }

 p { color: rgb(216,96,71); }

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

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

 a { background-color: rgb(216,96,71); }

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

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

 span { border-color: rgb(216,96,71); }

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