Shades of Dark Coral #D15A3C
Tints of Dark Coral #D15A3C
RGB
CMYK
RGB Variations
Color information
#D15A3C (or 0xD15A3C) is known color: Dark Coral. HEX triplet: D1, 5A and 3C. RGB value is (209,90,60). Sum of RGB (Red+Green+Blue) = 209+90+60=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A3C is #2EA5C3. Grayscale: #7A7A7A. Windows color (decimal): -3057092 or 3955409. OLE color: 3955409.
HSL color Cylindrical-coordinate representation of color #D15A3C: hue angle of 12.08º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D15A3C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 60 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.18 |
| HSL | 12.08º | 0.62% | 0.53% | - |
| HSV(B) | 12.08º | 0.71% | 0.82% | - |
| XYZ | 30.77 | 21.19 | 6.74 | - |
| YUV | 122.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 60 | 0 | 0.57 | 0.71 | 0.18 | 12.08 | 0.62 | 0.53 |
| Hex | D1 | 5A | 3C | 0 | 39 | 47 | 12 | C | 3E | 35 |
| Octal | 321 | 132 | 74 | 0 | 71 | 107 | 22 | 14 | 76 | 65 |
| Binary | 11010001 | 1011010 | 111100 | 0 | 111001 | 1000111 | 10010 | 1100 | 111110 | 110101 |
Color Harmonies of #D15A3C
Complementary color
Monochromatic Colors of #D15A3C
Black with #D15A3C
Text Example
Text Example
White with #D15A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A3C; }
p { color: rgb(209,90,60); }
H1.HeaderClassName
{
color: #D15A3C;
}
.AnyTagClassName
{
color: #D15A3C;
}
</style>
background-color css
<style>
a { background-color: #D15A3C; }
a { background-color: rgb(209,90,60); }
div.DivClassName
{
background-color: #D15A3C;
}
.BgClassName
{
background-color: #D15A3C;
}
</style>
border-color css
<style>
span { border-color: #D15A3C; }
span { border-color: rgb(209,90,60); }
td.TdClassName
{
border-color: #D15A3C;
}
.TagClassName
{
border-color: #D15A3C;
}
</style>