Shades of Dark Coral #D56548
Tints of Dark Coral #D56548
RGB
CMYK
RGB Variations
Color information
#D56548 (or 0xD56548) is known color: Dark Coral. HEX triplet: D5, 65 and 48. RGB value is (213,101,72). Sum of RGB (Red+Green+Blue) = 213+101+72=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D56548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56548 is #2A9AB7. Grayscale: #838383. Windows color (decimal): -2792120 or 4744661. OLE color: 4744661.
HSL color Cylindrical-coordinate representation of color #D56548: hue angle of 12.34º 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 #D56548 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 72 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.16 |
| HSL | 12.34º | 0.63% | 0.56% | - |
| HSV(B) | 12.34º | 0.66% | 0.84% | - |
| XYZ | 33.26 | 23.92 | 8.99 | - |
| YUV | 131.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 72 | 0 | 0.53 | 0.66 | 0.16 | 12.34 | 0.63 | 0.56 |
| Hex | D5 | 65 | 48 | 0 | 35 | 42 | 10 | C | 3F | 38 |
| Octal | 325 | 145 | 110 | 0 | 65 | 102 | 20 | 14 | 77 | 70 |
| Binary | 11010101 | 1100101 | 1001000 | 0 | 110101 | 1000010 | 10000 | 1100 | 111111 | 111000 |
Color Harmonies of #D56548
Complementary color
Monochromatic Colors of #D56548
Black with #D56548
Text Example
Text Example
White with #D56548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56548; }
p { color: rgb(213,101,72); }
H1.HeaderClassName
{
color: #D56548;
}
.AnyTagClassName
{
color: #D56548;
}
</style>
background-color css
<style>
a { background-color: #D56548; }
a { background-color: rgb(213,101,72); }
div.DivClassName
{
background-color: #D56548;
}
.BgClassName
{
background-color: #D56548;
}
</style>
border-color css
<style>
span { border-color: #D56548; }
span { border-color: rgb(213,101,72); }
td.TdClassName
{
border-color: #D56548;
}
.TagClassName
{
border-color: #D56548;
}
</style>