Shades of Dark Coral #D56344
Tints of Dark Coral #D56344
RGB
CMYK
RGB Variations
Color information
#D56344 (or 0xD56344) is known color: Dark Coral. HEX triplet: D5, 63 and 44. RGB value is (213,99,68). Sum of RGB (Red+Green+Blue) = 213+99+68=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D56344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56344 is #2A9CBB. Grayscale: #818181. Windows color (decimal): -2792636 or 4482005. OLE color: 4482005.
HSL color Cylindrical-coordinate representation of color #D56344: hue angle of 12.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D56344 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 68 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.16 |
| HSL | 12.83º | 0.63% | 0.55% | - |
| HSV(B) | 12.83º | 0.68% | 0.84% | - |
| XYZ | 32.95 | 23.49 | 8.27 | - |
| YUV | 129.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 68 | 0 | 0.54 | 0.68 | 0.16 | 12.83 | 0.63 | 0.55 |
| Hex | D5 | 63 | 44 | 0 | 36 | 44 | 10 | D | 3F | 37 |
| Octal | 325 | 143 | 104 | 0 | 66 | 104 | 20 | 15 | 77 | 67 |
| Binary | 11010101 | 1100011 | 1000100 | 0 | 110110 | 1000100 | 10000 | 1101 | 111111 | 110111 |
Color Harmonies of #D56344
Complementary color
Monochromatic Colors of #D56344
Black with #D56344
Text Example
Text Example
White with #D56344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56344; }
p { color: rgb(213,99,68); }
H1.HeaderClassName
{
color: #D56344;
}
.AnyTagClassName
{
color: #D56344;
}
</style>
background-color css
<style>
a { background-color: #D56344; }
a { background-color: rgb(213,99,68); }
div.DivClassName
{
background-color: #D56344;
}
.BgClassName
{
background-color: #D56344;
}
</style>
border-color css
<style>
span { border-color: #D56344; }
span { border-color: rgb(213,99,68); }
td.TdClassName
{
border-color: #D56344;
}
.TagClassName
{
border-color: #D56344;
}
</style>