Shades of Dark Coral #D85C41
Tints of Dark Coral #D85C41
RGB
CMYK
RGB Variations
Color information
#D85C41 (or 0xD85C41) is known color: Dark Coral. HEX triplet: D8, 5C and 41. RGB value is (216,92,65). Sum of RGB (Red+Green+Blue) = 216+92+65=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C41 is #27A3BE. Grayscale: #7E7E7E. Windows color (decimal): -2597823 or 4283608. OLE color: 4283608.
HSL color Cylindrical-coordinate representation of color #D85C41: hue angle of 10.73º 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 #D85C41 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 65 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.15 |
| HSL | 10.73º | 0.66% | 0.55% | - |
| HSV(B) | 10.73º | 0.7% | 0.85% | - |
| XYZ | 33.1 | 22.63 | 7.63 | - |
| YUV | 126 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 65 | 0 | 0.57 | 0.70 | 0.15 | 10.73 | 0.66 | 0.55 |
| Hex | D8 | 5C | 41 | 0 | 39 | 46 | F | B | 42 | 37 |
| Octal | 330 | 134 | 101 | 0 | 71 | 106 | 17 | 13 | 102 | 67 |
| Binary | 11011000 | 1011100 | 1000001 | 0 | 111001 | 1000110 | 1111 | 1011 | 1000010 | 110111 |
Color Harmonies of #D85C41
Complementary color
Monochromatic Colors of #D85C41
Black with #D85C41
Text Example
Text Example
White with #D85C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C41; }
p { color: rgb(216,92,65); }
H1.HeaderClassName
{
color: #D85C41;
}
.AnyTagClassName
{
color: #D85C41;
}
</style>
background-color css
<style>
a { background-color: #D85C41; }
a { background-color: rgb(216,92,65); }
div.DivClassName
{
background-color: #D85C41;
}
.BgClassName
{
background-color: #D85C41;
}
</style>
border-color css
<style>
span { border-color: #D85C41; }
span { border-color: rgb(216,92,65); }
td.TdClassName
{
border-color: #D85C41;
}
.TagClassName
{
border-color: #D85C41;
}
</style>