Shades of Dark Coral #D66245
Tints of Dark Coral #D66245
RGB
CMYK
RGB Variations
Color information
#D66245 (or 0xD66245) is known color: Dark Coral. HEX triplet: D6, 62 and 45. RGB value is (214,98,69). Sum of RGB (Red+Green+Blue) = 214+98+69=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D66245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66245 is #299DBA. Grayscale: #818181. Windows color (decimal): -2727355 or 4547286. OLE color: 4547286.
HSL color Cylindrical-coordinate representation of color #D66245: hue angle of 12º 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 #D66245 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 69 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.16 |
| HSL | 12º | 0.64% | 0.55% | - |
| HSV(B) | 12º | 0.68% | 0.84% | - |
| XYZ | 33.17 | 23.46 | 8.41 | - |
| YUV | 129.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 69 | 0 | 0.54 | 0.68 | 0.16 | 12 | 0.64 | 0.55 |
| Hex | D6 | 62 | 45 | 0 | 36 | 44 | 10 | C | 40 | 37 |
| Octal | 326 | 142 | 105 | 0 | 66 | 104 | 20 | 14 | 100 | 67 |
| Binary | 11010110 | 1100010 | 1000101 | 0 | 110110 | 1000100 | 10000 | 1100 | 1000000 | 110111 |
Color Harmonies of #D66245
Complementary color
Monochromatic Colors of #D66245
Black with #D66245
Text Example
Text Example
White with #D66245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66245; }
p { color: rgb(214,98,69); }
H1.HeaderClassName
{
color: #D66245;
}
.AnyTagClassName
{
color: #D66245;
}
</style>
background-color css
<style>
a { background-color: #D66245; }
a { background-color: rgb(214,98,69); }
div.DivClassName
{
background-color: #D66245;
}
.BgClassName
{
background-color: #D66245;
}
</style>
border-color css
<style>
span { border-color: #D66245; }
span { border-color: rgb(214,98,69); }
td.TdClassName
{
border-color: #D66245;
}
.TagClassName
{
border-color: #D66245;
}
</style>