Shades of Dark Coral #D15A46
Tints of Dark Coral #D15A46
RGB
CMYK
RGB Variations
Color information
#D15A46 (or 0xD15A46) is known color: Dark Coral. HEX triplet: D1, 5A and 46. RGB value is (209,90,70). Sum of RGB (Red+Green+Blue) = 209+90+70=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A46 is #2EA5B9. Grayscale: #7B7B7B. Windows color (decimal): -3057082 or 4610769. OLE color: 4610769.
HSL color Cylindrical-coordinate representation of color #D15A46: hue angle of 8.63º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15A46 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 70 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.18 |
| HSL | 8.63º | 0.6% | 0.55% | - |
| HSV(B) | 8.63º | 0.67% | 0.82% | - |
| XYZ | 31.06 | 21.31 | 8.27 | - |
| YUV | 123.3 | 97.92 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 70 | 0 | 0.57 | 0.67 | 0.18 | 8.63 | 0.6 | 0.55 |
| Hex | D1 | 5A | 46 | 0 | 39 | 43 | 12 | 9 | 3C | 37 |
| Octal | 321 | 132 | 106 | 0 | 71 | 103 | 22 | 11 | 74 | 67 |
| Binary | 11010001 | 1011010 | 1000110 | 0 | 111001 | 1000011 | 10010 | 1001 | 111100 | 110111 |
Color Harmonies of #D15A46
Complementary color
Monochromatic Colors of #D15A46
Black with #D15A46
Text Example
Text Example
White with #D15A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A46; }
p { color: rgb(209,90,70); }
H1.HeaderClassName
{
color: #D15A46;
}
.AnyTagClassName
{
color: #D15A46;
}
</style>
background-color css
<style>
a { background-color: #D15A46; }
a { background-color: rgb(209,90,70); }
div.DivClassName
{
background-color: #D15A46;
}
.BgClassName
{
background-color: #D15A46;
}
</style>
border-color css
<style>
span { border-color: #D15A46; }
span { border-color: rgb(209,90,70); }
td.TdClassName
{
border-color: #D15A46;
}
.TagClassName
{
border-color: #D15A46;
}
</style>