Shades of Dark Coral #D76445
Tints of Dark Coral #D76445
RGB
CMYK
RGB Variations
Color information
#D76445 (or 0xD76445) is known color: Dark Coral. HEX triplet: D7, 64 and 45. RGB value is (215,100,69). Sum of RGB (Red+Green+Blue) = 215+100+69=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D76445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76445 is #289BBA. Grayscale: #838383. Windows color (decimal): -2661307 or 4547799. OLE color: 4547799.
HSL color Cylindrical-coordinate representation of color #D76445: hue angle of 12.74º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D76445 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 69 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.16 |
| HSL | 12.74º | 0.65% | 0.56% | - |
| HSV(B) | 12.74º | 0.68% | 0.84% | - |
| XYZ | 33.66 | 23.99 | 8.49 | - |
| YUV | 130.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 69 | 0 | 0.53 | 0.68 | 0.16 | 12.74 | 0.65 | 0.56 |
| Hex | D7 | 64 | 45 | 0 | 35 | 44 | 10 | D | 41 | 38 |
| Octal | 327 | 144 | 105 | 0 | 65 | 104 | 20 | 15 | 101 | 70 |
| Binary | 11010111 | 1100100 | 1000101 | 0 | 110101 | 1000100 | 10000 | 1101 | 1000001 | 111000 |
Color Harmonies of #D76445
Complementary color
Monochromatic Colors of #D76445
Black with #D76445
Text Example
Text Example
White with #D76445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76445; }
p { color: rgb(215,100,69); }
H1.HeaderClassName
{
color: #D76445;
}
.AnyTagClassName
{
color: #D76445;
}
</style>
background-color css
<style>
a { background-color: #D76445; }
a { background-color: rgb(215,100,69); }
div.DivClassName
{
background-color: #D76445;
}
.BgClassName
{
background-color: #D76445;
}
</style>
border-color css
<style>
span { border-color: #D76445; }
span { border-color: rgb(215,100,69); }
td.TdClassName
{
border-color: #D76445;
}
.TagClassName
{
border-color: #D76445;
}
</style>