Shades of Dark Coral #D85F44
Tints of Dark Coral #D85F44
RGB
CMYK
RGB Variations
Color information
#D85F44 (or 0xD85F44) is known color: Dark Coral. HEX triplet: D8, 5F and 44. RGB value is (216,95,68). Sum of RGB (Red+Green+Blue) = 216+95+68=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F44 is #27A0BB. Grayscale: #808080. Windows color (decimal): -2597052 or 4480984. OLE color: 4480984.
HSL color Cylindrical-coordinate representation of color #D85F44: hue angle of 10.95º 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 #D85F44 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 68 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.15 |
| HSL | 10.95º | 0.65% | 0.56% | - |
| HSV(B) | 10.95º | 0.69% | 0.85% | - |
| XYZ | 33.45 | 23.2 | 8.18 | - |
| YUV | 128.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 68 | 0 | 0.56 | 0.69 | 0.15 | 10.95 | 0.65 | 0.56 |
| Hex | D8 | 5F | 44 | 0 | 38 | 45 | F | B | 41 | 38 |
| Octal | 330 | 137 | 104 | 0 | 70 | 105 | 17 | 13 | 101 | 70 |
| Binary | 11011000 | 1011111 | 1000100 | 0 | 111000 | 1000101 | 1111 | 1011 | 1000001 | 111000 |
Color Harmonies of #D85F44
Complementary color
Monochromatic Colors of #D85F44
Black with #D85F44
Text Example
Text Example
White with #D85F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F44; }
p { color: rgb(216,95,68); }
H1.HeaderClassName
{
color: #D85F44;
}
.AnyTagClassName
{
color: #D85F44;
}
</style>
background-color css
<style>
a { background-color: #D85F44; }
a { background-color: rgb(216,95,68); }
div.DivClassName
{
background-color: #D85F44;
}
.BgClassName
{
background-color: #D85F44;
}
</style>
border-color css
<style>
span { border-color: #D85F44; }
span { border-color: rgb(216,95,68); }
td.TdClassName
{
border-color: #D85F44;
}
.TagClassName
{
border-color: #D85F44;
}
</style>