#D76248

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

Shades of Dark Coral #D76248

Tints of Dark Coral #D76248

Color information

#D76248 (or 0xD76248) is unknown color: approx Dark Coral. HEX triplet: D7, 62 and 48. RGB value is (215,98,72). Sum of RGB (Red+Green+Blue) = 215+98+72=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76248 is #289DB7. Grayscale: #828282. Windows color (decimal): -2661816 or 4743895. OLE color: 4743895.

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

Color convert

RGB2159872-
CMYK00.540.670.16
HSL10.91º64.13%56.27%-
HSV(B)10.91º66.51%84.31%-
XYZ33.5623.658.93-
YUV130.0295.26188.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.84%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=55.84%
G=25.45%
B=18.70%

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
Decimal215987200.540.670.1610.9164.1356.27
HexD762480364310b4038
Octal327142110066103201310070
Binary1101011111000101001000011011010000111000010111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76248; }

 p { color: rgb(215,98,72); }

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

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

 a { background-color: rgb(215,98,72); }

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

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

 span { border-color: rgb(215,98,72); }

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