Shades of Dark Coral #D76242
Tints of Dark Coral #D76242
RGB
CMYK
RGB Variations
Color information
#D76242 (or 0xD76242) is known color: Dark Coral. HEX triplet: D7, 62 and 42. RGB value is (215,98,66). Sum of RGB (Red+Green+Blue) = 215+98+66=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D76242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76242 is #289DBD. Grayscale: #818181. Windows color (decimal): -2661822 or 4350679. OLE color: 4350679.
HSL color Cylindrical-coordinate representation of color #D76242: hue angle of 12.89º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D76242 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 66 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.16 |
| HSL | 12.89º | 0.65% | 0.55% | - |
| HSV(B) | 12.89º | 0.69% | 0.84% | - |
| XYZ | 33.38 | 23.58 | 7.95 | - |
| YUV | 129.34 | 92.26 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 66 | 0 | 0.54 | 0.69 | 0.16 | 12.89 | 0.65 | 0.55 |
| Hex | D7 | 62 | 42 | 0 | 36 | 45 | 10 | D | 41 | 37 |
| Octal | 327 | 142 | 102 | 0 | 66 | 105 | 20 | 15 | 101 | 67 |
| Binary | 11010111 | 1100010 | 1000010 | 0 | 110110 | 1000101 | 10000 | 1101 | 1000001 | 110111 |
Color Harmonies of #D76242
Complementary color
Monochromatic Colors of #D76242
Black with #D76242
Text Example
Text Example
White with #D76242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76242; }
p { color: rgb(215,98,66); }
H1.HeaderClassName
{
color: #D76242;
}
.AnyTagClassName
{
color: #D76242;
}
</style>
background-color css
<style>
a { background-color: #D76242; }
a { background-color: rgb(215,98,66); }
div.DivClassName
{
background-color: #D76242;
}
.BgClassName
{
background-color: #D76242;
}
</style>
border-color css
<style>
span { border-color: #D76242; }
span { border-color: rgb(215,98,66); }
td.TdClassName
{
border-color: #D76242;
}
.TagClassName
{
border-color: #D76242;
}
</style>