Shades of Dark Coral #D65440
Tints of Dark Coral #D65440
RGB
CMYK
RGB Variations
Color information
#D65440 (or 0xD65440) is known color: Dark Coral. HEX triplet: D6, 54 and 40. RGB value is (214,84,64). Sum of RGB (Red+Green+Blue) = 214+84+64=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D65440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65440 is #29ABBF. Grayscale: #787878. Windows color (decimal): -2730944 or 4216022. OLE color: 4216022.
HSL color Cylindrical-coordinate representation of color #D65440: hue angle of 8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D65440 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 64 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.16 |
| HSL | 8º | 0.65% | 0.55% | - |
| HSV(B) | 8º | 0.7% | 0.84% | - |
| XYZ | 31.83 | 21.01 | 7.23 | - |
| YUV | 120.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 64 | 0 | 0.61 | 0.70 | 0.16 | 8 | 0.65 | 0.55 |
| Hex | D6 | 54 | 40 | 0 | 3D | 46 | 10 | 8 | 41 | 37 |
| Octal | 326 | 124 | 100 | 0 | 75 | 106 | 20 | 10 | 101 | 67 |
| Binary | 11010110 | 1010100 | 1000000 | 0 | 111101 | 1000110 | 10000 | 1000 | 1000001 | 110111 |
Color Harmonies of #D65440
Complementary color
Monochromatic Colors of #D65440
Black with #D65440
Text Example
Text Example
White with #D65440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65440; }
p { color: rgb(214,84,64); }
H1.HeaderClassName
{
color: #D65440;
}
.AnyTagClassName
{
color: #D65440;
}
</style>
background-color css
<style>
a { background-color: #D65440; }
a { background-color: rgb(214,84,64); }
div.DivClassName
{
background-color: #D65440;
}
.BgClassName
{
background-color: #D65440;
}
</style>
border-color css
<style>
span { border-color: #D65440; }
span { border-color: rgb(214,84,64); }
td.TdClassName
{
border-color: #D65440;
}
.TagClassName
{
border-color: #D65440;
}
</style>