Shades of Dark Coral #D85F46
Tints of Dark Coral #D85F46
RGB
CMYK
RGB Variations
Color information
#D85F46 (or 0xD85F46) is known color: Dark Coral. HEX triplet: D8, 5F and 46. RGB value is (216,95,70). Sum of RGB (Red+Green+Blue) = 216+95+70=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F46 is #27A0B9. Grayscale: #808080. Windows color (decimal): -2597050 or 4612056. OLE color: 4612056.
HSL color Cylindrical-coordinate representation of color #D85F46: hue angle of 10.27º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D85F46 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 70 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.15 |
| HSL | 10.27º | 0.65% | 0.56% | - |
| HSV(B) | 10.27º | 0.68% | 0.85% | - |
| XYZ | 33.52 | 23.23 | 8.51 | - |
| YUV | 128.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 70 | 0 | 0.56 | 0.68 | 0.15 | 10.27 | 0.65 | 0.56 |
| Hex | D8 | 5F | 46 | 0 | 38 | 44 | F | A | 41 | 38 |
| Octal | 330 | 137 | 106 | 0 | 70 | 104 | 17 | 12 | 101 | 70 |
| Binary | 11011000 | 1011111 | 1000110 | 0 | 111000 | 1000100 | 1111 | 1010 | 1000001 | 111000 |
Color Harmonies of #D85F46
Complementary color
Monochromatic Colors of #D85F46
Black with #D85F46
Text Example
Text Example
White with #D85F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F46; }
p { color: rgb(216,95,70); }
H1.HeaderClassName
{
color: #D85F46;
}
.AnyTagClassName
{
color: #D85F46;
}
</style>
background-color css
<style>
a { background-color: #D85F46; }
a { background-color: rgb(216,95,70); }
div.DivClassName
{
background-color: #D85F46;
}
.BgClassName
{
background-color: #D85F46;
}
</style>
border-color css
<style>
span { border-color: #D85F46; }
span { border-color: rgb(216,95,70); }
td.TdClassName
{
border-color: #D85F46;
}
.TagClassName
{
border-color: #D85F46;
}
</style>