Shades of Dark Coral #D76047
Tints of Dark Coral #D76047
RGB
CMYK
RGB Variations
Color information
#D76047 (or 0xD76047) is known color: Dark Coral. HEX triplet: D7, 60 and 47. RGB value is (215,96,71). Sum of RGB (Red+Green+Blue) = 215+96+71=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D76047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76047 is #289FB8. Grayscale: #808080. Windows color (decimal): -2662329 or 4677847. OLE color: 4677847.
HSL color Cylindrical-coordinate representation of color #D76047: hue angle of 10.42º 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 #D76047 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 71 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.16 |
| HSL | 10.42º | 0.64% | 0.56% | - |
| HSV(B) | 10.42º | 0.67% | 0.84% | - |
| XYZ | 33.34 | 23.27 | 8.69 | - |
| YUV | 128.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 71 | 0 | 0.55 | 0.67 | 0.16 | 10.42 | 0.64 | 0.56 |
| Hex | D7 | 60 | 47 | 0 | 37 | 43 | 10 | A | 40 | 38 |
| Octal | 327 | 140 | 107 | 0 | 67 | 103 | 20 | 12 | 100 | 70 |
| Binary | 11010111 | 1100000 | 1000111 | 0 | 110111 | 1000011 | 10000 | 1010 | 1000000 | 111000 |
Color Harmonies of #D76047
Complementary color
Monochromatic Colors of #D76047
Black with #D76047
Text Example
Text Example
White with #D76047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76047; }
p { color: rgb(215,96,71); }
H1.HeaderClassName
{
color: #D76047;
}
.AnyTagClassName
{
color: #D76047;
}
</style>
background-color css
<style>
a { background-color: #D76047; }
a { background-color: rgb(215,96,71); }
div.DivClassName
{
background-color: #D76047;
}
.BgClassName
{
background-color: #D76047;
}
</style>
border-color css
<style>
span { border-color: #D76047; }
span { border-color: rgb(215,96,71); }
td.TdClassName
{
border-color: #D76047;
}
.TagClassName
{
border-color: #D76047;
}
</style>