Shades of Dark Coral #D15D40
Tints of Dark Coral #D15D40
RGB
CMYK
RGB Variations
Color information
#D15D40 (or 0xD15D40) is known color: Dark Coral. HEX triplet: D1, 5D and 40. RGB value is (209,93,64). Sum of RGB (Red+Green+Blue) = 209+93+64=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D40 is #2EA2BF. Grayscale: #7C7C7C. Windows color (decimal): -3056320 or 4218321. OLE color: 4218321.
HSL color Cylindrical-coordinate representation of color #D15D40: hue angle of 12º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D15D40 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 64 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.18 |
| HSL | 12º | 0.61% | 0.54% | - |
| HSV(B) | 12º | 0.69% | 0.82% | - |
| XYZ | 31.13 | 21.75 | 7.41 | - |
| YUV | 124.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 64 | 0 | 0.56 | 0.69 | 0.18 | 12 | 0.61 | 0.54 |
| Hex | D1 | 5D | 40 | 0 | 38 | 45 | 12 | C | 3D | 36 |
| Octal | 321 | 135 | 100 | 0 | 70 | 105 | 22 | 14 | 75 | 66 |
| Binary | 11010001 | 1011101 | 1000000 | 0 | 111000 | 1000101 | 10010 | 1100 | 111101 | 110110 |
Color Harmonies of #D15D40
Complementary color
Monochromatic Colors of #D15D40
Black with #D15D40
Text Example
Text Example
White with #D15D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D40; }
p { color: rgb(209,93,64); }
H1.HeaderClassName
{
color: #D15D40;
}
.AnyTagClassName
{
color: #D15D40;
}
</style>
background-color css
<style>
a { background-color: #D15D40; }
a { background-color: rgb(209,93,64); }
div.DivClassName
{
background-color: #D15D40;
}
.BgClassName
{
background-color: #D15D40;
}
</style>
border-color css
<style>
span { border-color: #D15D40; }
span { border-color: rgb(209,93,64); }
td.TdClassName
{
border-color: #D15D40;
}
.TagClassName
{
border-color: #D15D40;
}
</style>