Shades of Dark Coral #D95D40
Tints of Dark Coral #D95D40
RGB
CMYK
RGB Variations
Color information
#D95D40 (or 0xD95D40) is known color: Dark Coral. HEX triplet: D9, 5D and 40. RGB value is (217,93,64). Sum of RGB (Red+Green+Blue) = 217+93+64=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D40 is #26A2BF. Grayscale: #7F7F7F. Windows color (decimal): -2532032 or 4218329. OLE color: 4218329.
HSL color Cylindrical-coordinate representation of color #D95D40: hue angle of 11.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D95D40 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 64 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.15 |
| HSL | 11.37º | 0.67% | 0.55% | - |
| HSV(B) | 11.37º | 0.71% | 0.85% | - |
| XYZ | 33.46 | 22.95 | 7.52 | - |
| YUV | 126.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 64 | 0 | 0.57 | 0.71 | 0.15 | 11.37 | 0.67 | 0.55 |
| Hex | D9 | 5D | 40 | 0 | 39 | 47 | F | B | 43 | 37 |
| Octal | 331 | 135 | 100 | 0 | 71 | 107 | 17 | 13 | 103 | 67 |
| Binary | 11011001 | 1011101 | 1000000 | 0 | 111001 | 1000111 | 1111 | 1011 | 1000011 | 110111 |
Color Harmonies of #D95D40
Complementary color
Monochromatic Colors of #D95D40
Black with #D95D40
Text Example
Text Example
White with #D95D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D40; }
p { color: rgb(217,93,64); }
H1.HeaderClassName
{
color: #D95D40;
}
.AnyTagClassName
{
color: #D95D40;
}
</style>
background-color css
<style>
a { background-color: #D95D40; }
a { background-color: rgb(217,93,64); }
div.DivClassName
{
background-color: #D95D40;
}
.BgClassName
{
background-color: #D95D40;
}
</style>
border-color css
<style>
span { border-color: #D95D40; }
span { border-color: rgb(217,93,64); }
td.TdClassName
{
border-color: #D95D40;
}
.TagClassName
{
border-color: #D95D40;
}
</style>