Shades of Dark Coral #D56544
Tints of Dark Coral #D56544
RGB
CMYK
RGB Variations
Color information
#D56544 (or 0xD56544) is known color: Dark Coral. HEX triplet: D5, 65 and 44. RGB value is (213,101,68). Sum of RGB (Red+Green+Blue) = 213+101+68=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D56544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56544 is #2A9ABB. Grayscale: #828282. Windows color (decimal): -2792124 or 4482517. OLE color: 4482517.
HSL color Cylindrical-coordinate representation of color #D56544: hue angle of 13.66º 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 #D56544 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 68 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.16 |
| HSL | 13.66º | 0.63% | 0.55% | - |
| HSV(B) | 13.66º | 0.68% | 0.84% | - |
| XYZ | 33.14 | 23.87 | 8.33 | - |
| YUV | 130.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 68 | 0 | 0.53 | 0.68 | 0.16 | 13.66 | 0.63 | 0.55 |
| Hex | D5 | 65 | 44 | 0 | 35 | 44 | 10 | E | 3F | 37 |
| Octal | 325 | 145 | 104 | 0 | 65 | 104 | 20 | 16 | 77 | 67 |
| Binary | 11010101 | 1100101 | 1000100 | 0 | 110101 | 1000100 | 10000 | 1110 | 111111 | 110111 |
Color Harmonies of #D56544
Complementary color
Monochromatic Colors of #D56544
Black with #D56544
Text Example
Text Example
White with #D56544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56544; }
p { color: rgb(213,101,68); }
H1.HeaderClassName
{
color: #D56544;
}
.AnyTagClassName
{
color: #D56544;
}
</style>
background-color css
<style>
a { background-color: #D56544; }
a { background-color: rgb(213,101,68); }
div.DivClassName
{
background-color: #D56544;
}
.BgClassName
{
background-color: #D56544;
}
</style>
border-color css
<style>
span { border-color: #D56544; }
span { border-color: rgb(213,101,68); }
td.TdClassName
{
border-color: #D56544;
}
.TagClassName
{
border-color: #D56544;
}
</style>