Shades of Dark Coral #D15B49
Tints of Dark Coral #D15B49
RGB
CMYK
RGB Variations
Color information
#D15B49 (or 0xD15B49) is known color: Dark Coral. HEX triplet: D1, 5B and 49. RGB value is (209,91,73). Sum of RGB (Red+Green+Blue) = 209+91+73=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B49 is #2EA4B6. Grayscale: #7C7C7C. Windows color (decimal): -3056823 or 4807633. OLE color: 4807633.
HSL color Cylindrical-coordinate representation of color #D15B49: hue angle of 7.94º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D15B49 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 73 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.18 |
| HSL | 7.94º | 0.6% | 0.55% | - |
| HSV(B) | 7.94º | 0.65% | 0.82% | - |
| XYZ | 31.24 | 21.52 | 8.81 | - |
| YUV | 124.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 73 | 0 | 0.56 | 0.65 | 0.18 | 7.94 | 0.6 | 0.55 |
| Hex | D1 | 5B | 49 | 0 | 38 | 41 | 12 | 8 | 3C | 37 |
| Octal | 321 | 133 | 111 | 0 | 70 | 101 | 22 | 10 | 74 | 67 |
| Binary | 11010001 | 1011011 | 1001001 | 0 | 111000 | 1000001 | 10010 | 1000 | 111100 | 110111 |
Color Harmonies of #D15B49
Complementary color
Monochromatic Colors of #D15B49
Black with #D15B49
Text Example
Text Example
White with #D15B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B49; }
p { color: rgb(209,91,73); }
H1.HeaderClassName
{
color: #D15B49;
}
.AnyTagClassName
{
color: #D15B49;
}
</style>
background-color css
<style>
a { background-color: #D15B49; }
a { background-color: rgb(209,91,73); }
div.DivClassName
{
background-color: #D15B49;
}
.BgClassName
{
background-color: #D15B49;
}
</style>
border-color css
<style>
span { border-color: #D15B49; }
span { border-color: rgb(209,91,73); }
td.TdClassName
{
border-color: #D15B49;
}
.TagClassName
{
border-color: #D15B49;
}
</style>