Shades of Dark Coral #D56648
Tints of Dark Coral #D56648
RGB
CMYK
RGB Variations
Color information
#D56648 (or 0xD56648) is known color: Dark Coral. HEX triplet: D5, 66 and 48. RGB value is (213,102,72). Sum of RGB (Red+Green+Blue) = 213+102+72=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D56648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56648 is #2A99B7. Grayscale: #848484. Windows color (decimal): -2791864 or 4744917. OLE color: 4744917.
HSL color Cylindrical-coordinate representation of color #D56648: hue angle of 12.77º degrees, saturation: 0.63, 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 #D56648 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 72 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.16 |
| HSL | 12.77º | 0.63% | 0.56% | - |
| HSV(B) | 12.77º | 0.66% | 0.84% | - |
| XYZ | 33.36 | 24.12 | 9.03 | - |
| YUV | 131.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 72 | 0 | 0.52 | 0.66 | 0.16 | 12.77 | 0.63 | 0.56 |
| Hex | D5 | 66 | 48 | 0 | 34 | 42 | 10 | D | 3F | 38 |
| Octal | 325 | 146 | 110 | 0 | 64 | 102 | 20 | 15 | 77 | 70 |
| Binary | 11010101 | 1100110 | 1001000 | 0 | 110100 | 1000010 | 10000 | 1101 | 111111 | 111000 |
Color Harmonies of #D56648
Complementary color
Monochromatic Colors of #D56648
Black with #D56648
Text Example
Text Example
White with #D56648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56648; }
p { color: rgb(213,102,72); }
H1.HeaderClassName
{
color: #D56648;
}
.AnyTagClassName
{
color: #D56648;
}
</style>
background-color css
<style>
a { background-color: #D56648; }
a { background-color: rgb(213,102,72); }
div.DivClassName
{
background-color: #D56648;
}
.BgClassName
{
background-color: #D56648;
}
</style>
border-color css
<style>
span { border-color: #D56648; }
span { border-color: rgb(213,102,72); }
td.TdClassName
{
border-color: #D56648;
}
.TagClassName
{
border-color: #D56648;
}
</style>