Shades of Dark Coral #D76444
Tints of Dark Coral #D76444
RGB
CMYK
RGB Variations
Color information
#D76444 (or 0xD76444) is known color: Dark Coral. HEX triplet: D7, 64 and 44. RGB value is (215,100,68). Sum of RGB (Red+Green+Blue) = 215+100+68=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D76444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76444 is #289BBB. Grayscale: #828282. Windows color (decimal): -2661308 or 4482263. OLE color: 4482263.
HSL color Cylindrical-coordinate representation of color #D76444: hue angle of 13.06º 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 #D76444 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 68 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.16 |
| HSL | 13.06º | 0.65% | 0.55% | - |
| HSV(B) | 13.06º | 0.68% | 0.84% | - |
| XYZ | 33.62 | 23.98 | 8.32 | - |
| YUV | 130.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 68 | 0 | 0.53 | 0.68 | 0.16 | 13.06 | 0.65 | 0.55 |
| Hex | D7 | 64 | 44 | 0 | 35 | 44 | 10 | D | 41 | 37 |
| Octal | 327 | 144 | 104 | 0 | 65 | 104 | 20 | 15 | 101 | 67 |
| Binary | 11010111 | 1100100 | 1000100 | 0 | 110101 | 1000100 | 10000 | 1101 | 1000001 | 110111 |
Color Harmonies of #D76444
Complementary color
Monochromatic Colors of #D76444
Black with #D76444
Text Example
Text Example
White with #D76444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76444; }
p { color: rgb(215,100,68); }
H1.HeaderClassName
{
color: #D76444;
}
.AnyTagClassName
{
color: #D76444;
}
</style>
background-color css
<style>
a { background-color: #D76444; }
a { background-color: rgb(215,100,68); }
div.DivClassName
{
background-color: #D76444;
}
.BgClassName
{
background-color: #D76444;
}
</style>
border-color css
<style>
span { border-color: #D76444; }
span { border-color: rgb(215,100,68); }
td.TdClassName
{
border-color: #D76444;
}
.TagClassName
{
border-color: #D76444;
}
</style>