Shades of Dark Coral #D86045
Tints of Dark Coral #D86045
RGB
CMYK
RGB Variations
Color information
#D86045 (or 0xD86045) is known color: Dark Coral. HEX triplet: D8, 60 and 45. RGB value is (216,96,69). Sum of RGB (Red+Green+Blue) = 216+96+69=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D86045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86045 is #279FBA. Grayscale: #818181. Windows color (decimal): -2596795 or 4546776. OLE color: 4546776.
HSL color Cylindrical-coordinate representation of color #D86045: hue angle of 11.02º 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 #D86045 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 69 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.15 |
| HSL | 11.02º | 0.65% | 0.56% | - |
| HSV(B) | 11.02º | 0.68% | 0.85% | - |
| XYZ | 33.58 | 23.39 | 8.38 | - |
| YUV | 128.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 69 | 0 | 0.56 | 0.68 | 0.15 | 11.02 | 0.65 | 0.56 |
| Hex | D8 | 60 | 45 | 0 | 38 | 44 | F | B | 41 | 38 |
| Octal | 330 | 140 | 105 | 0 | 70 | 104 | 17 | 13 | 101 | 70 |
| Binary | 11011000 | 1100000 | 1000101 | 0 | 111000 | 1000100 | 1111 | 1011 | 1000001 | 111000 |
Color Harmonies of #D86045
Complementary color
Monochromatic Colors of #D86045
Black with #D86045
Text Example
Text Example
White with #D86045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86045; }
p { color: rgb(216,96,69); }
H1.HeaderClassName
{
color: #D86045;
}
.AnyTagClassName
{
color: #D86045;
}
</style>
background-color css
<style>
a { background-color: #D86045; }
a { background-color: rgb(216,96,69); }
div.DivClassName
{
background-color: #D86045;
}
.BgClassName
{
background-color: #D86045;
}
</style>
border-color css
<style>
span { border-color: #D86045; }
span { border-color: rgb(216,96,69); }
td.TdClassName
{
border-color: #D86045;
}
.TagClassName
{
border-color: #D86045;
}
</style>