Shades of Dark Coral #D9543C
Tints of Dark Coral #D9543C
RGB
CMYK
RGB Variations
Color information
#D9543C (or 0xD9543C) is known color: Dark Coral. HEX triplet: D9, 54 and 3C. RGB value is (217,84,60). Sum of RGB (Red+Green+Blue) = 217+84+60=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9543C is #26ABC3. Grayscale: #797979. Windows color (decimal): -2534340 or 3953881. OLE color: 3953881.
HSL color Cylindrical-coordinate representation of color #D9543C: hue angle of 9.17º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9543C is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 60 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.15 |
| HSL | 9.17º | 0.67% | 0.54% | - |
| HSV(B) | 9.17º | 0.72% | 0.85% | - |
| XYZ | 32.6 | 21.42 | 6.69 | - |
| YUV | 121.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 60 | 0 | 0.61 | 0.72 | 0.15 | 9.17 | 0.67 | 0.54 |
| Hex | D9 | 54 | 3C | 0 | 3D | 48 | F | 9 | 43 | 36 |
| Octal | 331 | 124 | 74 | 0 | 75 | 110 | 17 | 11 | 103 | 66 |
| Binary | 11011001 | 1010100 | 111100 | 0 | 111101 | 1001000 | 1111 | 1001 | 1000011 | 110110 |
Color Harmonies of #D9543C
Complementary color
Monochromatic Colors of #D9543C
Black with #D9543C
Text Example
Text Example
White with #D9543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9543C; }
p { color: rgb(217,84,60); }
H1.HeaderClassName
{
color: #D9543C;
}
.AnyTagClassName
{
color: #D9543C;
}
</style>
background-color css
<style>
a { background-color: #D9543C; }
a { background-color: rgb(217,84,60); }
div.DivClassName
{
background-color: #D9543C;
}
.BgClassName
{
background-color: #D9543C;
}
</style>
border-color css
<style>
span { border-color: #D9543C; }
span { border-color: rgb(217,84,60); }
td.TdClassName
{
border-color: #D9543C;
}
.TagClassName
{
border-color: #D9543C;
}
</style>