Shades of Dark Coral #D66047
Tints of Dark Coral #D66047
RGB
CMYK
RGB Variations
Color information
#D66047 (or 0xD66047) is known color: Dark Coral. HEX triplet: D6, 60 and 47. RGB value is (214,96,71). Sum of RGB (Red+Green+Blue) = 214+96+71=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D66047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66047 is #299FB8. Grayscale: #808080. Windows color (decimal): -2727865 or 4677846. OLE color: 4677846.
HSL color Cylindrical-coordinate representation of color #D66047: hue angle of 10.49º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D66047 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 71 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.16 |
| HSL | 10.49º | 0.64% | 0.56% | - |
| HSV(B) | 10.49º | 0.67% | 0.84% | - |
| XYZ | 33.05 | 23.12 | 8.68 | - |
| YUV | 128.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 71 | 0 | 0.55 | 0.67 | 0.16 | 10.49 | 0.64 | 0.56 |
| Hex | D6 | 60 | 47 | 0 | 37 | 43 | 10 | A | 40 | 38 |
| Octal | 326 | 140 | 107 | 0 | 67 | 103 | 20 | 12 | 100 | 70 |
| Binary | 11010110 | 1100000 | 1000111 | 0 | 110111 | 1000011 | 10000 | 1010 | 1000000 | 111000 |
Color Harmonies of #D66047
Complementary color
Monochromatic Colors of #D66047
Black with #D66047
Text Example
Text Example
White with #D66047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66047; }
p { color: rgb(214,96,71); }
H1.HeaderClassName
{
color: #D66047;
}
.AnyTagClassName
{
color: #D66047;
}
</style>
background-color css
<style>
a { background-color: #D66047; }
a { background-color: rgb(214,96,71); }
div.DivClassName
{
background-color: #D66047;
}
.BgClassName
{
background-color: #D66047;
}
</style>
border-color css
<style>
span { border-color: #D66047; }
span { border-color: rgb(214,96,71); }
td.TdClassName
{
border-color: #D66047;
}
.TagClassName
{
border-color: #D66047;
}
</style>