Shades of Dark Coral #D85B41
Tints of Dark Coral #D85B41
RGB
CMYK
RGB Variations
Color information
#D85B41 (or 0xD85B41) is known color: Dark Coral. HEX triplet: D8, 5B and 41. RGB value is (216,91,65). Sum of RGB (Red+Green+Blue) = 216+91+65=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B41 is #27A4BE. Grayscale: #7D7D7D. Windows color (decimal): -2598079 or 4283352. OLE color: 4283352.
HSL color Cylindrical-coordinate representation of color #D85B41: hue angle of 10.33º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85B41 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 65 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.15 |
| HSL | 10.33º | 0.66% | 0.55% | - |
| HSV(B) | 10.33º | 0.7% | 0.85% | - |
| XYZ | 33.01 | 22.46 | 7.6 | - |
| YUV | 125.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 65 | 0 | 0.58 | 0.70 | 0.15 | 10.33 | 0.66 | 0.55 |
| Hex | D8 | 5B | 41 | 0 | 3A | 46 | F | A | 42 | 37 |
| Octal | 330 | 133 | 101 | 0 | 72 | 106 | 17 | 12 | 102 | 67 |
| Binary | 11011000 | 1011011 | 1000001 | 0 | 111010 | 1000110 | 1111 | 1010 | 1000010 | 110111 |
Color Harmonies of #D85B41
Complementary color
Monochromatic Colors of #D85B41
Black with #D85B41
Text Example
Text Example
White with #D85B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B41; }
p { color: rgb(216,91,65); }
H1.HeaderClassName
{
color: #D85B41;
}
.AnyTagClassName
{
color: #D85B41;
}
</style>
background-color css
<style>
a { background-color: #D85B41; }
a { background-color: rgb(216,91,65); }
div.DivClassName
{
background-color: #D85B41;
}
.BgClassName
{
background-color: #D85B41;
}
</style>
border-color css
<style>
span { border-color: #D85B41; }
span { border-color: rgb(216,91,65); }
td.TdClassName
{
border-color: #D85B41;
}
.TagClassName
{
border-color: #D85B41;
}
</style>