Shades of Dark Coral #D76446
Tints of Dark Coral #D76446
RGB
CMYK
RGB Variations
Color information
#D76446 (or 0xD76446) is known color: Dark Coral. HEX triplet: D7, 64 and 46. RGB value is (215,100,70). Sum of RGB (Red+Green+Blue) = 215+100+70=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D76446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76446 is #289BB9. Grayscale: #838383. Windows color (decimal): -2661306 or 4613335. OLE color: 4613335.
HSL color Cylindrical-coordinate representation of color #D76446: hue angle of 12.41º 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 #D76446 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 70 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.16 |
| HSL | 12.41º | 0.64% | 0.56% | - |
| HSV(B) | 12.41º | 0.67% | 0.84% | - |
| XYZ | 33.69 | 24 | 8.65 | - |
| YUV | 130.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 70 | 0 | 0.53 | 0.67 | 0.16 | 12.41 | 0.64 | 0.56 |
| Hex | D7 | 64 | 46 | 0 | 35 | 43 | 10 | C | 40 | 38 |
| Octal | 327 | 144 | 106 | 0 | 65 | 103 | 20 | 14 | 100 | 70 |
| Binary | 11010111 | 1100100 | 1000110 | 0 | 110101 | 1000011 | 10000 | 1100 | 1000000 | 111000 |
Color Harmonies of #D76446
Complementary color
Monochromatic Colors of #D76446
Black with #D76446
Text Example
Text Example
White with #D76446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76446; }
p { color: rgb(215,100,70); }
H1.HeaderClassName
{
color: #D76446;
}
.AnyTagClassName
{
color: #D76446;
}
</style>
background-color css
<style>
a { background-color: #D76446; }
a { background-color: rgb(215,100,70); }
div.DivClassName
{
background-color: #D76446;
}
.BgClassName
{
background-color: #D76446;
}
</style>
border-color css
<style>
span { border-color: #D76446; }
span { border-color: rgb(215,100,70); }
td.TdClassName
{
border-color: #D76446;
}
.TagClassName
{
border-color: #D76446;
}
</style>