Shades of Dark Coral #D16547
Tints of Dark Coral #D16547
RGB
CMYK
RGB Variations
Color information
#D16547 (or 0xD16547) is known color: Dark Coral. HEX triplet: D1, 65 and 47. RGB value is (209,101,71). Sum of RGB (Red+Green+Blue) = 209+101+71=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D16547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16547 is #2E9AB8. Grayscale: #828282. Windows color (decimal): -3054265 or 4679121. OLE color: 4679121.
HSL color Cylindrical-coordinate representation of color #D16547: hue angle of 13.04º 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 #D16547 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 71 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.18 |
| HSL | 13.04º | 0.6% | 0.55% | - |
| HSV(B) | 13.04º | 0.66% | 0.82% | - |
| XYZ | 32.09 | 23.32 | 8.77 | - |
| YUV | 129.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 71 | 0 | 0.52 | 0.66 | 0.18 | 13.04 | 0.6 | 0.55 |
| Hex | D1 | 65 | 47 | 0 | 34 | 42 | 12 | D | 3C | 37 |
| Octal | 321 | 145 | 107 | 0 | 64 | 102 | 22 | 15 | 74 | 67 |
| Binary | 11010001 | 1100101 | 1000111 | 0 | 110100 | 1000010 | 10010 | 1101 | 111100 | 110111 |
Color Harmonies of #D16547
Complementary color
Monochromatic Colors of #D16547
Black with #D16547
Text Example
Text Example
White with #D16547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16547; }
p { color: rgb(209,101,71); }
H1.HeaderClassName
{
color: #D16547;
}
.AnyTagClassName
{
color: #D16547;
}
</style>
background-color css
<style>
a { background-color: #D16547; }
a { background-color: rgb(209,101,71); }
div.DivClassName
{
background-color: #D16547;
}
.BgClassName
{
background-color: #D16547;
}
</style>
border-color css
<style>
span { border-color: #D16547; }
span { border-color: rgb(209,101,71); }
td.TdClassName
{
border-color: #D16547;
}
.TagClassName
{
border-color: #D16547;
}
</style>