Shades of Dark Coral #D76040
Tints of Dark Coral #D76040
RGB
CMYK
RGB Variations
Color information
#D76040 (or 0xD76040) is known color: Dark Coral. HEX triplet: D7, 60 and 40. RGB value is (215,96,64). Sum of RGB (Red+Green+Blue) = 215+96+64=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D76040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76040 is #289FBF. Grayscale: #808080. Windows color (decimal): -2662336 or 4219095. OLE color: 4219095.
HSL color Cylindrical-coordinate representation of color #D76040: hue angle of 12.72º 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 #D76040 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 64 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.16 |
| HSL | 12.72º | 0.65% | 0.55% | - |
| HSV(B) | 12.72º | 0.7% | 0.84% | - |
| XYZ | 33.13 | 23.18 | 7.58 | - |
| YUV | 127.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 64 | 0 | 0.55 | 0.70 | 0.16 | 12.72 | 0.65 | 0.55 |
| Hex | D7 | 60 | 40 | 0 | 37 | 46 | 10 | D | 41 | 37 |
| Octal | 327 | 140 | 100 | 0 | 67 | 106 | 20 | 15 | 101 | 67 |
| Binary | 11010111 | 1100000 | 1000000 | 0 | 110111 | 1000110 | 10000 | 1101 | 1000001 | 110111 |
Color Harmonies of #D76040
Complementary color
Monochromatic Colors of #D76040
Black with #D76040
Text Example
Text Example
White with #D76040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76040; }
p { color: rgb(215,96,64); }
H1.HeaderClassName
{
color: #D76040;
}
.AnyTagClassName
{
color: #D76040;
}
</style>
background-color css
<style>
a { background-color: #D76040; }
a { background-color: rgb(215,96,64); }
div.DivClassName
{
background-color: #D76040;
}
.BgClassName
{
background-color: #D76040;
}
</style>
border-color css
<style>
span { border-color: #D76040; }
span { border-color: rgb(215,96,64); }
td.TdClassName
{
border-color: #D76040;
}
.TagClassName
{
border-color: #D76040;
}
</style>