Shades of Dark Coral #D46047
Tints of Dark Coral #D46047
RGB
CMYK
RGB Variations
Color information
#D46047 (or 0xD46047) is known color: Dark Coral. HEX triplet: D4, 60 and 47. RGB value is (212,96,71). Sum of RGB (Red+Green+Blue) = 212+96+71=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D46047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46047 is #2B9FB8. Grayscale: #808080. Windows color (decimal): -2858937 or 4677844. OLE color: 4677844.
HSL color Cylindrical-coordinate representation of color #D46047: hue angle of 10.64º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D46047 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 71 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.17 |
| HSL | 10.64º | 0.62% | 0.55% | - |
| HSV(B) | 10.64º | 0.67% | 0.83% | - |
| XYZ | 32.47 | 22.82 | 8.65 | - |
| YUV | 127.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 71 | 0 | 0.55 | 0.67 | 0.17 | 10.64 | 0.62 | 0.55 |
| Hex | D4 | 60 | 47 | 0 | 37 | 43 | 11 | B | 3E | 37 |
| Octal | 324 | 140 | 107 | 0 | 67 | 103 | 21 | 13 | 76 | 67 |
| Binary | 11010100 | 1100000 | 1000111 | 0 | 110111 | 1000011 | 10001 | 1011 | 111110 | 110111 |
Color Harmonies of #D46047
Complementary color
Monochromatic Colors of #D46047
Black with #D46047
Text Example
Text Example
White with #D46047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46047; }
p { color: rgb(212,96,71); }
H1.HeaderClassName
{
color: #D46047;
}
.AnyTagClassName
{
color: #D46047;
}
</style>
background-color css
<style>
a { background-color: #D46047; }
a { background-color: rgb(212,96,71); }
div.DivClassName
{
background-color: #D46047;
}
.BgClassName
{
background-color: #D46047;
}
</style>
border-color css
<style>
span { border-color: #D46047; }
span { border-color: rgb(212,96,71); }
td.TdClassName
{
border-color: #D46047;
}
.TagClassName
{
border-color: #D46047;
}
</style>