Shades of Dark Coral #D76246
Tints of Dark Coral #D76246
RGB
CMYK
RGB Variations
Color information
#D76246 (or 0xD76246) is known color: Dark Coral. HEX triplet: D7, 62 and 46. RGB value is (215,98,70). Sum of RGB (Red+Green+Blue) = 215+98+70=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D76246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76246 is #289DB9. Grayscale: #828282. Windows color (decimal): -2661818 or 4612823. OLE color: 4612823.
HSL color Cylindrical-coordinate representation of color #D76246: hue angle of 11.59º 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 #D76246 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 70 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.16 |
| HSL | 11.59º | 0.64% | 0.56% | - |
| HSV(B) | 11.59º | 0.67% | 0.84% | - |
| XYZ | 33.5 | 23.62 | 8.59 | - |
| YUV | 129.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 70 | 0 | 0.54 | 0.67 | 0.16 | 11.59 | 0.64 | 0.56 |
| Hex | D7 | 62 | 46 | 0 | 36 | 43 | 10 | C | 40 | 38 |
| Octal | 327 | 142 | 106 | 0 | 66 | 103 | 20 | 14 | 100 | 70 |
| Binary | 11010111 | 1100010 | 1000110 | 0 | 110110 | 1000011 | 10000 | 1100 | 1000000 | 111000 |
Color Harmonies of #D76246
Complementary color
Monochromatic Colors of #D76246
Black with #D76246
Text Example
Text Example
White with #D76246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76246; }
p { color: rgb(215,98,70); }
H1.HeaderClassName
{
color: #D76246;
}
.AnyTagClassName
{
color: #D76246;
}
</style>
background-color css
<style>
a { background-color: #D76246; }
a { background-color: rgb(215,98,70); }
div.DivClassName
{
background-color: #D76246;
}
.BgClassName
{
background-color: #D76246;
}
</style>
border-color css
<style>
span { border-color: #D76246; }
span { border-color: rgb(215,98,70); }
td.TdClassName
{
border-color: #D76246;
}
.TagClassName
{
border-color: #D76246;
}
</style>