#d76445

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

Shades of Dark Coral #D76445

Tints of Dark Coral #D76445

Color information

#D76445 (or 0xD76445) is unknown color: approx Dark Coral. HEX triplet: D7, 64 and 45. RGB value is (215,100,69). Sum of RGB (Red+Green+Blue) = 215+100+69=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D76445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76445 is #289BBA. Grayscale: #838383. Windows color (decimal): -2661307 or 4547799. OLE color: 4547799.

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

Color convert

RGB21510069-
CMYK00.530.680.16
HSL12.74º64.6%55.69%-
HSV(B)12.74º67.91%84.31%-
XYZ33.6623.998.49-
YUV130.8593.1188.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.99%
GREEN value IS 100 (39.45% from 255) = 26.04%
BLUE value IS 69 (27.34% from 255) = 17.97%
R=55.99%
G=26.04%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151006900.530.680.1612.7464.655.69
HexD764450354410d4138
Octal327144105065104201510170
Binary1101011111001001000101011010110001001000011011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d76445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d76445; }

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

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

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

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

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

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

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

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