Shades of Dark Coral #D65845
Tints of Dark Coral #D65845
RGB
CMYK
RGB Variations
Color information
#D65845 (or 0xD65845) is known color: Dark Coral. HEX triplet: D6, 58 and 45. RGB value is (214,88,69). Sum of RGB (Red+Green+Blue) = 214+88+69=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D65845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65845 is #29A7BA. Grayscale: #7B7B7B. Windows color (decimal): -2729915 or 4544726. OLE color: 4544726.
HSL color Cylindrical-coordinate representation of color #D65845: hue angle of 7.86º degrees, saturation: 0.64, 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 #D65845 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 69 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.16 |
| HSL | 7.86º | 0.64% | 0.55% | - |
| HSV(B) | 7.86º | 0.68% | 0.84% | - |
| XYZ | 32.3 | 21.71 | 8.12 | - |
| YUV | 123.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 69 | 0 | 0.59 | 0.68 | 0.16 | 7.86 | 0.64 | 0.55 |
| Hex | D6 | 58 | 45 | 0 | 3B | 44 | 10 | 8 | 40 | 37 |
| Octal | 326 | 130 | 105 | 0 | 73 | 104 | 20 | 10 | 100 | 67 |
| Binary | 11010110 | 1011000 | 1000101 | 0 | 111011 | 1000100 | 10000 | 1000 | 1000000 | 110111 |
Color Harmonies of #D65845
Complementary color
Monochromatic Colors of #D65845
Black with #D65845
Text Example
Text Example
White with #D65845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65845; }
p { color: rgb(214,88,69); }
H1.HeaderClassName
{
color: #D65845;
}
.AnyTagClassName
{
color: #D65845;
}
</style>
background-color css
<style>
a { background-color: #D65845; }
a { background-color: rgb(214,88,69); }
div.DivClassName
{
background-color: #D65845;
}
.BgClassName
{
background-color: #D65845;
}
</style>
border-color css
<style>
span { border-color: #D65845; }
span { border-color: rgb(214,88,69); }
td.TdClassName
{
border-color: #D65845;
}
.TagClassName
{
border-color: #D65845;
}
</style>