Shades of Dark Coral #D76044
Tints of Dark Coral #D76044
RGB
CMYK
RGB Variations
Color information
#D76044 (or 0xD76044) is known color: Dark Coral. HEX triplet: D7, 60 and 44. RGB value is (215,96,68). Sum of RGB (Red+Green+Blue) = 215+96+68=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D76044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76044 is #289FBB. Grayscale: #808080. Windows color (decimal): -2662332 or 4481239. OLE color: 4481239.
HSL color Cylindrical-coordinate representation of color #D76044: hue angle of 11.43º degrees, saturation: 0.65, 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 #D76044 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 68 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.16 |
| HSL | 11.43º | 0.65% | 0.55% | - |
| HSV(B) | 11.43º | 0.68% | 0.84% | - |
| XYZ | 33.25 | 23.23 | 8.2 | - |
| YUV | 128.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 68 | 0 | 0.55 | 0.68 | 0.16 | 11.43 | 0.65 | 0.55 |
| Hex | D7 | 60 | 44 | 0 | 37 | 44 | 10 | B | 41 | 37 |
| Octal | 327 | 140 | 104 | 0 | 67 | 104 | 20 | 13 | 101 | 67 |
| Binary | 11010111 | 1100000 | 1000100 | 0 | 110111 | 1000100 | 10000 | 1011 | 1000001 | 110111 |
Color Harmonies of #D76044
Complementary color
Monochromatic Colors of #D76044
Black with #D76044
Text Example
Text Example
White with #D76044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76044; }
p { color: rgb(215,96,68); }
H1.HeaderClassName
{
color: #D76044;
}
.AnyTagClassName
{
color: #D76044;
}
</style>
background-color css
<style>
a { background-color: #D76044; }
a { background-color: rgb(215,96,68); }
div.DivClassName
{
background-color: #D76044;
}
.BgClassName
{
background-color: #D76044;
}
</style>
border-color css
<style>
span { border-color: #D76044; }
span { border-color: rgb(215,96,68); }
td.TdClassName
{
border-color: #D76044;
}
.TagClassName
{
border-color: #D76044;
}
</style>