Shades of Dark Coral #D9543D
Tints of Dark Coral #D9543D
RGB
CMYK
RGB Variations
Color information
#D9543D (or 0xD9543D) is known color: Dark Coral. HEX triplet: D9, 54 and 3D. RGB value is (217,84,61). Sum of RGB (Red+Green+Blue) = 217+84+61=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9543D is #26ABC2. Grayscale: #797979. Windows color (decimal): -2534339 or 4019417. OLE color: 4019417.
HSL color Cylindrical-coordinate representation of color #D9543D: hue angle of 8.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9543D is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 61 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.15 |
| HSL | 8.85º | 0.67% | 0.55% | - |
| HSV(B) | 8.85º | 0.72% | 0.85% | - |
| XYZ | 32.63 | 21.43 | 6.83 | - |
| YUV | 121.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 61 | 0 | 0.61 | 0.72 | 0.15 | 8.85 | 0.67 | 0.55 |
| Hex | D9 | 54 | 3D | 0 | 3D | 48 | F | 9 | 43 | 37 |
| Octal | 331 | 124 | 75 | 0 | 75 | 110 | 17 | 11 | 103 | 67 |
| Binary | 11011001 | 1010100 | 111101 | 0 | 111101 | 1001000 | 1111 | 1001 | 1000011 | 110111 |
Color Harmonies of #D9543D
Complementary color
Monochromatic Colors of #D9543D
Black with #D9543D
Text Example
Text Example
White with #D9543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9543D; }
p { color: rgb(217,84,61); }
H1.HeaderClassName
{
color: #D9543D;
}
.AnyTagClassName
{
color: #D9543D;
}
</style>
background-color css
<style>
a { background-color: #D9543D; }
a { background-color: rgb(217,84,61); }
div.DivClassName
{
background-color: #D9543D;
}
.BgClassName
{
background-color: #D9543D;
}
</style>
border-color css
<style>
span { border-color: #D9543D; }
span { border-color: rgb(217,84,61); }
td.TdClassName
{
border-color: #D9543D;
}
.TagClassName
{
border-color: #D9543D;
}
</style>