#D76446

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

Shades of Dark Coral #D76446

Tints of Dark Coral #D76446

Color information

#D76446 (or 0xD76446) is unknown color: approx Dark Coral. HEX triplet: D7, 64 and 46. RGB value is (215,100,70). Sum of RGB (Red+Green+Blue) = 215+100+70=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76446 is #289BB9. Grayscale: #838383. Windows color (decimal): -2661306 or 4613335. OLE color: 4613335.

HSL color Cylindrical-coordinate representation of color #D76446: hue angle of 12.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D76446 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21510070-
CMYK00.530.670.16
HSL12.41º64.44%55.88%-
HSV(B)12.41º67.44%84.31%-
XYZ33.69248.65-
YUV130.9693.6187.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 70 (27.73% from 255) = 18.18%
R=55.84%
G=25.97%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151007000.530.670.1612.4164.4455.88
HexD764460354310c4038
Octal327144106065103201410070
Binary1101011111001001000110011010110000111000011001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76446; }

 p { color: rgb(215,100,70); }

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

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

 a { background-color: rgb(215,100,70); }

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

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

 span { border-color: rgb(215,100,70); }

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