Shades of Dark Coral #D85C44
Tints of Dark Coral #D85C44
RGB
CMYK
RGB Variations
Color information
#D85C44 (or 0xD85C44) is known color: Dark Coral. HEX triplet: D8, 5C and 44. RGB value is (216,92,68). Sum of RGB (Red+Green+Blue) = 216+92+68=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C44 is #27A3BB. Grayscale: #7E7E7E. Windows color (decimal): -2597820 or 4480216. OLE color: 4480216.
HSL color Cylindrical-coordinate representation of color #D85C44: hue angle of 9.73º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D85C44 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 68 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.15 |
| HSL | 9.73º | 0.65% | 0.56% | - |
| HSV(B) | 9.73º | 0.69% | 0.85% | - |
| XYZ | 33.19 | 22.67 | 8.1 | - |
| YUV | 126.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 68 | 0 | 0.57 | 0.69 | 0.15 | 9.73 | 0.65 | 0.56 |
| Hex | D8 | 5C | 44 | 0 | 39 | 45 | F | A | 41 | 38 |
| Octal | 330 | 134 | 104 | 0 | 71 | 105 | 17 | 12 | 101 | 70 |
| Binary | 11011000 | 1011100 | 1000100 | 0 | 111001 | 1000101 | 1111 | 1010 | 1000001 | 111000 |
Color Harmonies of #D85C44
Complementary color
Monochromatic Colors of #D85C44
Black with #D85C44
Text Example
Text Example
White with #D85C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C44; }
p { color: rgb(216,92,68); }
H1.HeaderClassName
{
color: #D85C44;
}
.AnyTagClassName
{
color: #D85C44;
}
</style>
background-color css
<style>
a { background-color: #D85C44; }
a { background-color: rgb(216,92,68); }
div.DivClassName
{
background-color: #D85C44;
}
.BgClassName
{
background-color: #D85C44;
}
</style>
border-color css
<style>
span { border-color: #D85C44; }
span { border-color: rgb(216,92,68); }
td.TdClassName
{
border-color: #D85C44;
}
.TagClassName
{
border-color: #D85C44;
}
</style>