Shades of Dark Coral #D56549
Tints of Dark Coral #D56549
RGB
CMYK
RGB Variations
Color information
#D56549 (or 0xD56549) is known color: Dark Coral. HEX triplet: D5, 65 and 49. RGB value is (213,101,73). Sum of RGB (Red+Green+Blue) = 213+101+73=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D56549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56549 is #2A9AB6. Grayscale: #838383. Windows color (decimal): -2792119 or 4810197. OLE color: 4810197.
HSL color Cylindrical-coordinate representation of color #D56549: hue angle of 12º 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 #D56549 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 73 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.16 |
| HSL | 12º | 0.63% | 0.56% | - |
| HSV(B) | 12º | 0.66% | 0.84% | - |
| XYZ | 33.3 | 23.93 | 9.17 | - |
| YUV | 131.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 73 | 0 | 0.53 | 0.66 | 0.16 | 12 | 0.63 | 0.56 |
| Hex | D5 | 65 | 49 | 0 | 35 | 42 | 10 | C | 3E | 38 |
| Octal | 325 | 145 | 111 | 0 | 65 | 102 | 20 | 14 | 76 | 70 |
| Binary | 11010101 | 1100101 | 1001001 | 0 | 110101 | 1000010 | 10000 | 1100 | 111110 | 111000 |
Color Harmonies of #D56549
Complementary color
Monochromatic Colors of #D56549
Black with #D56549
Text Example
Text Example
White with #D56549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56549; }
p { color: rgb(213,101,73); }
H1.HeaderClassName
{
color: #D56549;
}
.AnyTagClassName
{
color: #D56549;
}
</style>
background-color css
<style>
a { background-color: #D56549; }
a { background-color: rgb(213,101,73); }
div.DivClassName
{
background-color: #D56549;
}
.BgClassName
{
background-color: #D56549;
}
</style>
border-color css
<style>
span { border-color: #D56549; }
span { border-color: rgb(213,101,73); }
td.TdClassName
{
border-color: #D56549;
}
.TagClassName
{
border-color: #D56549;
}
</style>