Shades of Dark Coral #D15B3F
Tints of Dark Coral #D15B3F
RGB
CMYK
RGB Variations
Color information
#D15B3F (or 0xD15B3F) is known color: Dark Coral. HEX triplet: D1, 5B and 3F. RGB value is (209,91,63). Sum of RGB (Red+Green+Blue) = 209+91+63=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15B3F is #2EA4C0. Grayscale: #7B7B7B. Windows color (decimal): -3056833 or 4152273. OLE color: 4152273.
HSL color Cylindrical-coordinate representation of color #D15B3F: hue angle of 11.51º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D15B3F is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 63 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.18 |
| HSL | 11.51º | 0.61% | 0.53% | - |
| HSV(B) | 11.51º | 0.7% | 0.82% | - |
| XYZ | 30.93 | 21.4 | 7.2 | - |
| YUV | 123.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 63 | 0 | 0.56 | 0.70 | 0.18 | 11.51 | 0.61 | 0.53 |
| Hex | D1 | 5B | 3F | 0 | 38 | 46 | 12 | C | 3D | 35 |
| Octal | 321 | 133 | 77 | 0 | 70 | 106 | 22 | 14 | 75 | 65 |
| Binary | 11010001 | 1011011 | 111111 | 0 | 111000 | 1000110 | 10010 | 1100 | 111101 | 110101 |
Color Harmonies of #D15B3F
Complementary color
Monochromatic Colors of #D15B3F
Black with #D15B3F
Text Example
Text Example
White with #D15B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B3F; }
p { color: rgb(209,91,63); }
H1.HeaderClassName
{
color: #D15B3F;
}
.AnyTagClassName
{
color: #D15B3F;
}
</style>
background-color css
<style>
a { background-color: #D15B3F; }
a { background-color: rgb(209,91,63); }
div.DivClassName
{
background-color: #D15B3F;
}
.BgClassName
{
background-color: #D15B3F;
}
</style>
border-color css
<style>
span { border-color: #D15B3F; }
span { border-color: rgb(209,91,63); }
td.TdClassName
{
border-color: #D15B3F;
}
.TagClassName
{
border-color: #D15B3F;
}
</style>