Shades of Dark Coral #D86146
Tints of Dark Coral #D86146
RGB
CMYK
RGB Variations
Color information
#D86146 (or 0xD86146) is known color: Dark Coral. HEX triplet: D8, 61 and 46. RGB value is (216,97,70). Sum of RGB (Red+Green+Blue) = 216+97+70=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D86146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86146 is #279EB9. Grayscale: #818181. Windows color (decimal): -2596538 or 4612568. OLE color: 4612568.
HSL color Cylindrical-coordinate representation of color #D86146: hue angle of 11.1º 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 #D86146 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 70 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.15 |
| HSL | 11.1º | 0.65% | 0.56% | - |
| HSV(B) | 11.1º | 0.68% | 0.85% | - |
| XYZ | 33.7 | 23.59 | 8.57 | - |
| YUV | 129.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 70 | 0 | 0.55 | 0.68 | 0.15 | 11.1 | 0.65 | 0.56 |
| Hex | D8 | 61 | 46 | 0 | 37 | 44 | F | B | 41 | 38 |
| Octal | 330 | 141 | 106 | 0 | 67 | 104 | 17 | 13 | 101 | 70 |
| Binary | 11011000 | 1100001 | 1000110 | 0 | 110111 | 1000100 | 1111 | 1011 | 1000001 | 111000 |
Color Harmonies of #D86146
Complementary color
Monochromatic Colors of #D86146
Black with #D86146
Text Example
Text Example
White with #D86146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86146; }
p { color: rgb(216,97,70); }
H1.HeaderClassName
{
color: #D86146;
}
.AnyTagClassName
{
color: #D86146;
}
</style>
background-color css
<style>
a { background-color: #D86146; }
a { background-color: rgb(216,97,70); }
div.DivClassName
{
background-color: #D86146;
}
.BgClassName
{
background-color: #D86146;
}
</style>
border-color css
<style>
span { border-color: #D86146; }
span { border-color: rgb(216,97,70); }
td.TdClassName
{
border-color: #D86146;
}
.TagClassName
{
border-color: #D86146;
}
</style>