Shades of Dark Coral #D86241
Tints of Dark Coral #D86241
RGB
CMYK
RGB Variations
Color information
#D86241 (or 0xD86241) is known color: Dark Coral. HEX triplet: D8, 62 and 41. RGB value is (216,98,65). Sum of RGB (Red+Green+Blue) = 216+98+65=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D86241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86241 is #279DBE. Grayscale: #818181. Windows color (decimal): -2596287 or 4285144. OLE color: 4285144.
HSL color Cylindrical-coordinate representation of color #D86241: hue angle of 13.11º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D86241 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 65 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.15 |
| HSL | 13.11º | 0.66% | 0.55% | - |
| HSV(B) | 13.11º | 0.7% | 0.85% | - |
| XYZ | 33.64 | 23.72 | 7.81 | - |
| YUV | 129.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 65 | 0 | 0.55 | 0.70 | 0.15 | 13.11 | 0.66 | 0.55 |
| Hex | D8 | 62 | 41 | 0 | 37 | 46 | F | D | 42 | 37 |
| Octal | 330 | 142 | 101 | 0 | 67 | 106 | 17 | 15 | 102 | 67 |
| Binary | 11011000 | 1100010 | 1000001 | 0 | 110111 | 1000110 | 1111 | 1101 | 1000010 | 110111 |
Color Harmonies of #D86241
Complementary color
Monochromatic Colors of #D86241
Black with #D86241
Text Example
Text Example
White with #D86241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86241; }
p { color: rgb(216,98,65); }
H1.HeaderClassName
{
color: #D86241;
}
.AnyTagClassName
{
color: #D86241;
}
</style>
background-color css
<style>
a { background-color: #D86241; }
a { background-color: rgb(216,98,65); }
div.DivClassName
{
background-color: #D86241;
}
.BgClassName
{
background-color: #D86241;
}
</style>
border-color css
<style>
span { border-color: #D86241; }
span { border-color: rgb(216,98,65); }
td.TdClassName
{
border-color: #D86241;
}
.TagClassName
{
border-color: #D86241;
}
</style>