Shades of Dark Coral #D85D45
Tints of Dark Coral #D85D45
RGB
CMYK
RGB Variations
Color information
#D85D45 (or 0xD85D45) is known color: Dark Coral. HEX triplet: D8, 5D and 45. RGB value is (216,93,69). Sum of RGB (Red+Green+Blue) = 216+93+69=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D45 is #27A2BA. Grayscale: #7F7F7F. Windows color (decimal): -2597563 or 4546008. OLE color: 4546008.
HSL color Cylindrical-coordinate representation of color #D85D45: hue angle of 9.8º 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 #D85D45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 69 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.15 |
| HSL | 9.8º | 0.65% | 0.56% | - |
| HSV(B) | 9.8º | 0.68% | 0.85% | - |
| XYZ | 33.31 | 22.86 | 8.29 | - |
| YUV | 127.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 69 | 0 | 0.57 | 0.68 | 0.15 | 9.8 | 0.65 | 0.56 |
| Hex | D8 | 5D | 45 | 0 | 39 | 44 | F | A | 41 | 38 |
| Octal | 330 | 135 | 105 | 0 | 71 | 104 | 17 | 12 | 101 | 70 |
| Binary | 11011000 | 1011101 | 1000101 | 0 | 111001 | 1000100 | 1111 | 1010 | 1000001 | 111000 |
Color Harmonies of #D85D45
Complementary color
Monochromatic Colors of #D85D45
Black with #D85D45
Text Example
Text Example
White with #D85D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D45; }
p { color: rgb(216,93,69); }
H1.HeaderClassName
{
color: #D85D45;
}
.AnyTagClassName
{
color: #D85D45;
}
</style>
background-color css
<style>
a { background-color: #D85D45; }
a { background-color: rgb(216,93,69); }
div.DivClassName
{
background-color: #D85D45;
}
.BgClassName
{
background-color: #D85D45;
}
</style>
border-color css
<style>
span { border-color: #D85D45; }
span { border-color: rgb(216,93,69); }
td.TdClassName
{
border-color: #D85D45;
}
.TagClassName
{
border-color: #D85D45;
}
</style>