Shades of Dark Coral #D56449
Tints of Dark Coral #D56449
RGB
CMYK
RGB Variations
Color information
#D56449 (or 0xD56449) is known color: Dark Coral. HEX triplet: D5, 64 and 49. RGB value is (213,100,73). Sum of RGB (Red+Green+Blue) = 213+100+73=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D56449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56449 is #2A9BB6. Grayscale: #828282. Windows color (decimal): -2792375 or 4809941. OLE color: 4809941.
HSL color Cylindrical-coordinate representation of color #D56449: hue angle of 11.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D56449 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 73 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.16 |
| HSL | 11.57º | 0.63% | 0.56% | - |
| HSV(B) | 11.57º | 0.66% | 0.84% | - |
| XYZ | 33.2 | 23.74 | 9.14 | - |
| YUV | 130.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 73 | 0 | 0.53 | 0.66 | 0.16 | 11.57 | 0.63 | 0.56 |
| Hex | D5 | 64 | 49 | 0 | 35 | 42 | 10 | C | 3E | 38 |
| Octal | 325 | 144 | 111 | 0 | 65 | 102 | 20 | 14 | 76 | 70 |
| Binary | 11010101 | 1100100 | 1001001 | 0 | 110101 | 1000010 | 10000 | 1100 | 111110 | 111000 |
Color Harmonies of #D56449
Complementary color
Monochromatic Colors of #D56449
Black with #D56449
Text Example
Text Example
White with #D56449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56449; }
p { color: rgb(213,100,73); }
H1.HeaderClassName
{
color: #D56449;
}
.AnyTagClassName
{
color: #D56449;
}
</style>
background-color css
<style>
a { background-color: #D56449; }
a { background-color: rgb(213,100,73); }
div.DivClassName
{
background-color: #D56449;
}
.BgClassName
{
background-color: #D56449;
}
</style>
border-color css
<style>
span { border-color: #D56449; }
span { border-color: rgb(213,100,73); }
td.TdClassName
{
border-color: #D56449;
}
.TagClassName
{
border-color: #D56449;
}
</style>