Shades of Dark Coral #D16543
Tints of Dark Coral #D16543
RGB
CMYK
RGB Variations
Color information
#D16543 (or 0xD16543) is known color: Dark Coral. HEX triplet: D1, 65 and 43. RGB value is (209,101,67). Sum of RGB (Red+Green+Blue) = 209+101+67=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16543 is #2E9ABC. Grayscale: #818181. Windows color (decimal): -3054269 or 4416977. OLE color: 4416977.
HSL color Cylindrical-coordinate representation of color #D16543: hue angle of 14.37º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D16543 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 67 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.18 |
| HSL | 14.37º | 0.61% | 0.54% | - |
| HSV(B) | 14.37º | 0.68% | 0.82% | - |
| XYZ | 31.96 | 23.27 | 8.12 | - |
| YUV | 129.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 67 | 0 | 0.52 | 0.68 | 0.18 | 14.37 | 0.61 | 0.54 |
| Hex | D1 | 65 | 43 | 0 | 34 | 44 | 12 | E | 3D | 36 |
| Octal | 321 | 145 | 103 | 0 | 64 | 104 | 22 | 16 | 75 | 66 |
| Binary | 11010001 | 1100101 | 1000011 | 0 | 110100 | 1000100 | 10010 | 1110 | 111101 | 110110 |
Color Harmonies of #D16543
Complementary color
Monochromatic Colors of #D16543
Black with #D16543
Text Example
Text Example
White with #D16543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16543; }
p { color: rgb(209,101,67); }
H1.HeaderClassName
{
color: #D16543;
}
.AnyTagClassName
{
color: #D16543;
}
</style>
background-color css
<style>
a { background-color: #D16543; }
a { background-color: rgb(209,101,67); }
div.DivClassName
{
background-color: #D16543;
}
.BgClassName
{
background-color: #D16543;
}
</style>
border-color css
<style>
span { border-color: #D16543; }
span { border-color: rgb(209,101,67); }
td.TdClassName
{
border-color: #D16543;
}
.TagClassName
{
border-color: #D16543;
}
</style>