#D76346

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

Shades of Dark Coral #D76346

Tints of Dark Coral #D76346

Color information

#D76346 (or 0xD76346) is unknown color: approx Dark Coral. HEX triplet: D7, 63 and 46. RGB value is (215,99,70). Sum of RGB (Red+Green+Blue) = 215+99+70=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D76346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76346 is #289CB9. Grayscale: #828282. Windows color (decimal): -2661562 or 4613079. OLE color: 4613079.

HSL color Cylindrical-coordinate representation of color #D76346: hue angle of 12º 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 #D76346 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2159970-
CMYK00.540.670.16
HSL12º64.44%55.88%-
HSV(B)12º67.44%84.31%-
XYZ33.5923.818.62-
YUV130.3893.93188.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.99%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=55.99%
G=25.78%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215997000.540.670.161264.4455.88
HexD763460364310c4038
Octal327143106066103201410070
Binary1101011111000111000110011011010000111000011001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76346; }

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

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

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

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

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

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

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

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