Shades of Dark Coral #D46443
Tints of Dark Coral #D46443
RGB
CMYK
RGB Variations
Color information
#D46443 (or 0xD46443) is known color: Dark Coral. HEX triplet: D4, 64 and 43. RGB value is (212,100,67). Sum of RGB (Red+Green+Blue) = 212+100+67=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D46443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46443 is #2B9BBC. Grayscale: #818181. Windows color (decimal): -2857917 or 4416724. OLE color: 4416724.
HSL color Cylindrical-coordinate representation of color #D46443: hue angle of 13.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D46443 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 67 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.17 |
| HSL | 13.66º | 0.63% | 0.55% | - |
| HSV(B) | 13.66º | 0.68% | 0.83% | - |
| XYZ | 32.72 | 23.52 | 8.12 | - |
| YUV | 129.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 67 | 0 | 0.53 | 0.68 | 0.17 | 13.66 | 0.63 | 0.55 |
| Hex | D4 | 64 | 43 | 0 | 35 | 44 | 11 | E | 3F | 37 |
| Octal | 324 | 144 | 103 | 0 | 65 | 104 | 21 | 16 | 77 | 67 |
| Binary | 11010100 | 1100100 | 1000011 | 0 | 110101 | 1000100 | 10001 | 1110 | 111111 | 110111 |
Color Harmonies of #D46443
Complementary color
Monochromatic Colors of #D46443
Black with #D46443
Text Example
Text Example
White with #D46443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46443; }
p { color: rgb(212,100,67); }
H1.HeaderClassName
{
color: #D46443;
}
.AnyTagClassName
{
color: #D46443;
}
</style>
background-color css
<style>
a { background-color: #D46443; }
a { background-color: rgb(212,100,67); }
div.DivClassName
{
background-color: #D46443;
}
.BgClassName
{
background-color: #D46443;
}
</style>
border-color css
<style>
span { border-color: #D46443; }
span { border-color: rgb(212,100,67); }
td.TdClassName
{
border-color: #D46443;
}
.TagClassName
{
border-color: #D46443;
}
</style>