Shades of Dark Coral #D16447
Tints of Dark Coral #D16447
RGB
CMYK
RGB Variations
Color information
#D16447 (or 0xD16447) is known color: Dark Coral. HEX triplet: D1, 64 and 47. RGB value is (209,100,71). Sum of RGB (Red+Green+Blue) = 209+100+71=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D16447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16447 is #2E9BB8. Grayscale: #818181. Windows color (decimal): -3054521 or 4678865. OLE color: 4678865.
HSL color Cylindrical-coordinate representation of color #D16447: hue angle of 12.61º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D16447 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 71 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.18 |
| HSL | 12.61º | 0.6% | 0.55% | - |
| HSV(B) | 12.61º | 0.66% | 0.82% | - |
| XYZ | 31.99 | 23.12 | 8.74 | - |
| YUV | 129.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 71 | 0 | 0.52 | 0.66 | 0.18 | 12.61 | 0.6 | 0.55 |
| Hex | D1 | 64 | 47 | 0 | 34 | 42 | 12 | D | 3C | 37 |
| Octal | 321 | 144 | 107 | 0 | 64 | 102 | 22 | 15 | 74 | 67 |
| Binary | 11010001 | 1100100 | 1000111 | 0 | 110100 | 1000010 | 10010 | 1101 | 111100 | 110111 |
Color Harmonies of #D16447
Complementary color
Monochromatic Colors of #D16447
Black with #D16447
Text Example
Text Example
White with #D16447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16447; }
p { color: rgb(209,100,71); }
H1.HeaderClassName
{
color: #D16447;
}
.AnyTagClassName
{
color: #D16447;
}
</style>
background-color css
<style>
a { background-color: #D16447; }
a { background-color: rgb(209,100,71); }
div.DivClassName
{
background-color: #D16447;
}
.BgClassName
{
background-color: #D16447;
}
</style>
border-color css
<style>
span { border-color: #D16447; }
span { border-color: rgb(209,100,71); }
td.TdClassName
{
border-color: #D16447;
}
.TagClassName
{
border-color: #D16447;
}
</style>