Shades of Dark Coral #D16049
Tints of Dark Coral #D16049
RGB
CMYK
RGB Variations
Color information
#D16049 (or 0xD16049) is known color: Dark Coral. HEX triplet: D1, 60 and 49. RGB value is (209,96,73). Sum of RGB (Red+Green+Blue) = 209+96+73=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16049 is #2E9FB6. Grayscale: #7F7F7F. Windows color (decimal): -3055543 or 4808913. OLE color: 4808913.
HSL color Cylindrical-coordinate representation of color #D16049: hue angle of 10.15º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D16049 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 73 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.18 |
| HSL | 10.15º | 0.6% | 0.55% | - |
| HSV(B) | 10.15º | 0.65% | 0.82% | - |
| XYZ | 31.68 | 22.4 | 8.96 | - |
| YUV | 127.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 73 | 0 | 0.54 | 0.65 | 0.18 | 10.15 | 0.6 | 0.55 |
| Hex | D1 | 60 | 49 | 0 | 36 | 41 | 12 | A | 3C | 37 |
| Octal | 321 | 140 | 111 | 0 | 66 | 101 | 22 | 12 | 74 | 67 |
| Binary | 11010001 | 1100000 | 1001001 | 0 | 110110 | 1000001 | 10010 | 1010 | 111100 | 110111 |
Color Harmonies of #D16049
Complementary color
Monochromatic Colors of #D16049
Black with #D16049
Text Example
Text Example
White with #D16049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16049; }
p { color: rgb(209,96,73); }
H1.HeaderClassName
{
color: #D16049;
}
.AnyTagClassName
{
color: #D16049;
}
</style>
background-color css
<style>
a { background-color: #D16049; }
a { background-color: rgb(209,96,73); }
div.DivClassName
{
background-color: #D16049;
}
.BgClassName
{
background-color: #D16049;
}
</style>
border-color css
<style>
span { border-color: #D16049; }
span { border-color: rgb(209,96,73); }
td.TdClassName
{
border-color: #D16049;
}
.TagClassName
{
border-color: #D16049;
}
</style>