Shades of Dark Coral #D15A40
Tints of Dark Coral #D15A40
RGB
CMYK
RGB Variations
Color information
#D15A40 (or 0xD15A40) is known color: Dark Coral. HEX triplet: D1, 5A and 40. RGB value is (209,90,64). Sum of RGB (Red+Green+Blue) = 209+90+64=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A40 is #2EA5BF. Grayscale: #7A7A7A. Windows color (decimal): -3057088 or 4217553. OLE color: 4217553.
HSL color Cylindrical-coordinate representation of color #D15A40: hue angle of 10.76º 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 #D15A40 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 64 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.18 |
| HSL | 10.76º | 0.61% | 0.54% | - |
| HSV(B) | 10.76º | 0.69% | 0.82% | - |
| XYZ | 30.88 | 21.24 | 7.32 | - |
| YUV | 122.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 64 | 0 | 0.57 | 0.69 | 0.18 | 10.76 | 0.61 | 0.54 |
| Hex | D1 | 5A | 40 | 0 | 39 | 45 | 12 | B | 3D | 36 |
| Octal | 321 | 132 | 100 | 0 | 71 | 105 | 22 | 13 | 75 | 66 |
| Binary | 11010001 | 1011010 | 1000000 | 0 | 111001 | 1000101 | 10010 | 1011 | 111101 | 110110 |
Color Harmonies of #D15A40
Complementary color
Monochromatic Colors of #D15A40
Black with #D15A40
Text Example
Text Example
White with #D15A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A40; }
p { color: rgb(209,90,64); }
H1.HeaderClassName
{
color: #D15A40;
}
.AnyTagClassName
{
color: #D15A40;
}
</style>
background-color css
<style>
a { background-color: #D15A40; }
a { background-color: rgb(209,90,64); }
div.DivClassName
{
background-color: #D15A40;
}
.BgClassName
{
background-color: #D15A40;
}
</style>
border-color css
<style>
span { border-color: #D15A40; }
span { border-color: rgb(209,90,64); }
td.TdClassName
{
border-color: #D15A40;
}
.TagClassName
{
border-color: #D15A40;
}
</style>