Shades of Dark Coral #D16449
Tints of Dark Coral #D16449
RGB
CMYK
RGB Variations
Color information
#D16449 (or 0xD16449) is known color: Dark Coral. HEX triplet: D1, 64 and 49. RGB value is (209,100,73). Sum of RGB (Red+Green+Blue) = 209+100+73=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D16449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16449 is #2E9BB6. Grayscale: #818181. Windows color (decimal): -3054519 or 4809937. OLE color: 4809937.
HSL color Cylindrical-coordinate representation of color #D16449: hue angle of 11.91º 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 #D16449 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 73 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.18 |
| HSL | 11.91º | 0.6% | 0.55% | - |
| HSV(B) | 11.91º | 0.65% | 0.82% | - |
| XYZ | 32.05 | 23.15 | 9.08 | - |
| YUV | 129.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 73 | 0 | 0.52 | 0.65 | 0.18 | 11.91 | 0.6 | 0.55 |
| Hex | D1 | 64 | 49 | 0 | 34 | 41 | 12 | C | 3C | 37 |
| Octal | 321 | 144 | 111 | 0 | 64 | 101 | 22 | 14 | 74 | 67 |
| Binary | 11010001 | 1100100 | 1001001 | 0 | 110100 | 1000001 | 10010 | 1100 | 111100 | 110111 |
Color Harmonies of #D16449
Complementary color
Monochromatic Colors of #D16449
Black with #D16449
Text Example
Text Example
White with #D16449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16449; }
p { color: rgb(209,100,73); }
H1.HeaderClassName
{
color: #D16449;
}
.AnyTagClassName
{
color: #D16449;
}
</style>
background-color css
<style>
a { background-color: #D16449; }
a { background-color: rgb(209,100,73); }
div.DivClassName
{
background-color: #D16449;
}
.BgClassName
{
background-color: #D16449;
}
</style>
border-color css
<style>
span { border-color: #D16449; }
span { border-color: rgb(209,100,73); }
td.TdClassName
{
border-color: #D16449;
}
.TagClassName
{
border-color: #D16449;
}
</style>