Shades of Dark Coral #D46449
Tints of Dark Coral #D46449
RGB
CMYK
RGB Variations
Color information
#D46449 (or 0xD46449) is known color: Dark Coral. HEX triplet: D4, 64 and 49. RGB value is (212,100,73). Sum of RGB (Red+Green+Blue) = 212+100+73=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D46449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46449 is #2B9BB6. Grayscale: #828282. Windows color (decimal): -2857911 or 4809940. OLE color: 4809940.
HSL color Cylindrical-coordinate representation of color #D46449: hue angle of 11.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D46449 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 73 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.17 |
| HSL | 11.65º | 0.62% | 0.56% | - |
| HSV(B) | 11.65º | 0.66% | 0.83% | - |
| XYZ | 32.91 | 23.59 | 9.12 | - |
| YUV | 130.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 73 | 0 | 0.53 | 0.66 | 0.17 | 11.65 | 0.62 | 0.56 |
| Hex | D4 | 64 | 49 | 0 | 35 | 42 | 11 | C | 3E | 38 |
| Octal | 324 | 144 | 111 | 0 | 65 | 102 | 21 | 14 | 76 | 70 |
| Binary | 11010100 | 1100100 | 1001001 | 0 | 110101 | 1000010 | 10001 | 1100 | 111110 | 111000 |
Color Harmonies of #D46449
Complementary color
Monochromatic Colors of #D46449
Black with #D46449
Text Example
Text Example
White with #D46449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46449; }
p { color: rgb(212,100,73); }
H1.HeaderClassName
{
color: #D46449;
}
.AnyTagClassName
{
color: #D46449;
}
</style>
background-color css
<style>
a { background-color: #D46449; }
a { background-color: rgb(212,100,73); }
div.DivClassName
{
background-color: #D46449;
}
.BgClassName
{
background-color: #D46449;
}
</style>
border-color css
<style>
span { border-color: #D46449; }
span { border-color: rgb(212,100,73); }
td.TdClassName
{
border-color: #D46449;
}
.TagClassName
{
border-color: #D46449;
}
</style>