Shades of Dark Coral #D85F47
Tints of Dark Coral #D85F47
RGB
CMYK
RGB Variations
Color information
#D85F47 (or 0xD85F47) is known color: Dark Coral. HEX triplet: D8, 5F and 47. RGB value is (216,95,71). Sum of RGB (Red+Green+Blue) = 216+95+71=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F47 is #27A0B8. Grayscale: #808080. Windows color (decimal): -2597049 or 4677592. OLE color: 4677592.
HSL color Cylindrical-coordinate representation of color #D85F47: hue angle of 9.93º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D85F47 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 71 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.15 |
| HSL | 9.93º | 0.65% | 0.56% | - |
| HSV(B) | 9.93º | 0.67% | 0.85% | - |
| XYZ | 33.55 | 23.24 | 8.68 | - |
| YUV | 128.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 71 | 0 | 0.56 | 0.67 | 0.15 | 9.93 | 0.65 | 0.56 |
| Hex | D8 | 5F | 47 | 0 | 38 | 43 | F | A | 41 | 38 |
| Octal | 330 | 137 | 107 | 0 | 70 | 103 | 17 | 12 | 101 | 70 |
| Binary | 11011000 | 1011111 | 1000111 | 0 | 111000 | 1000011 | 1111 | 1010 | 1000001 | 111000 |
Color Harmonies of #D85F47
Complementary color
Monochromatic Colors of #D85F47
Black with #D85F47
Text Example
Text Example
White with #D85F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F47; }
p { color: rgb(216,95,71); }
H1.HeaderClassName
{
color: #D85F47;
}
.AnyTagClassName
{
color: #D85F47;
}
</style>
background-color css
<style>
a { background-color: #D85F47; }
a { background-color: rgb(216,95,71); }
div.DivClassName
{
background-color: #D85F47;
}
.BgClassName
{
background-color: #D85F47;
}
</style>
border-color css
<style>
span { border-color: #D85F47; }
span { border-color: rgb(216,95,71); }
td.TdClassName
{
border-color: #D85F47;
}
.TagClassName
{
border-color: #D85F47;
}
</style>