Shades of Dark Coral #D6543E
Tints of Dark Coral #D6543E
RGB
CMYK
RGB Variations
Color information
#D6543E (or 0xD6543E) is known color: Dark Coral. HEX triplet: D6, 54 and 3E. RGB value is (214,84,62). Sum of RGB (Red+Green+Blue) = 214+84+62=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6543E is #29ABC1. Grayscale: #787878. Windows color (decimal): -2730946 or 4084950. OLE color: 4084950.
HSL color Cylindrical-coordinate representation of color #D6543E: hue angle of 8.68º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6543E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 62 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.16 |
| HSL | 8.68º | 0.65% | 0.54% | - |
| HSV(B) | 8.68º | 0.71% | 0.84% | - |
| XYZ | 31.77 | 20.98 | 6.93 | - |
| YUV | 120.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 62 | 0 | 0.61 | 0.71 | 0.16 | 8.68 | 0.65 | 0.54 |
| Hex | D6 | 54 | 3E | 0 | 3D | 47 | 10 | 9 | 41 | 36 |
| Octal | 326 | 124 | 76 | 0 | 75 | 107 | 20 | 11 | 101 | 66 |
| Binary | 11010110 | 1010100 | 111110 | 0 | 111101 | 1000111 | 10000 | 1001 | 1000001 | 110110 |
Color Harmonies of #D6543E
Complementary color
Monochromatic Colors of #D6543E
Black with #D6543E
Text Example
Text Example
White with #D6543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6543E; }
p { color: rgb(214,84,62); }
H1.HeaderClassName
{
color: #D6543E;
}
.AnyTagClassName
{
color: #D6543E;
}
</style>
background-color css
<style>
a { background-color: #D6543E; }
a { background-color: rgb(214,84,62); }
div.DivClassName
{
background-color: #D6543E;
}
.BgClassName
{
background-color: #D6543E;
}
</style>
border-color css
<style>
span { border-color: #D6543E; }
span { border-color: rgb(214,84,62); }
td.TdClassName
{
border-color: #D6543E;
}
.TagClassName
{
border-color: #D6543E;
}
</style>