Shades of Dark Coral #D85E40
Tints of Dark Coral #D85E40
RGB
CMYK
RGB Variations
Color information
#D85E40 (or 0xD85E40) is known color: Dark Coral. HEX triplet: D8, 5E and 40. RGB value is (216,94,64). Sum of RGB (Red+Green+Blue) = 216+94+64=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E40 is #27A1BF. Grayscale: #7F7F7F. Windows color (decimal): -2597312 or 4218584. OLE color: 4218584.
HSL color Cylindrical-coordinate representation of color #D85E40: hue angle of 11.84º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85E40 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 64 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.15 |
| HSL | 11.84º | 0.66% | 0.55% | - |
| HSV(B) | 11.84º | 0.7% | 0.85% | - |
| XYZ | 33.25 | 22.97 | 7.53 | - |
| YUV | 127.06 | 92.42 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 64 | 0 | 0.56 | 0.70 | 0.15 | 11.84 | 0.66 | 0.55 |
| Hex | D8 | 5E | 40 | 0 | 38 | 46 | F | C | 42 | 37 |
| Octal | 330 | 136 | 100 | 0 | 70 | 106 | 17 | 14 | 102 | 67 |
| Binary | 11011000 | 1011110 | 1000000 | 0 | 111000 | 1000110 | 1111 | 1100 | 1000010 | 110111 |
Color Harmonies of #D85E40
Complementary color
Monochromatic Colors of #D85E40
Black with #D85E40
Text Example
Text Example
White with #D85E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E40; }
p { color: rgb(216,94,64); }
H1.HeaderClassName
{
color: #D85E40;
}
.AnyTagClassName
{
color: #D85E40;
}
</style>
background-color css
<style>
a { background-color: #D85E40; }
a { background-color: rgb(216,94,64); }
div.DivClassName
{
background-color: #D85E40;
}
.BgClassName
{
background-color: #D85E40;
}
</style>
border-color css
<style>
span { border-color: #D85E40; }
span { border-color: rgb(216,94,64); }
td.TdClassName
{
border-color: #D85E40;
}
.TagClassName
{
border-color: #D85E40;
}
</style>