Shades of Dark Coral #D85F42
Tints of Dark Coral #D85F42
RGB
CMYK
RGB Variations
Color information
#D85F42 (or 0xD85F42) is known color: Dark Coral. HEX triplet: D8, 5F and 42. RGB value is (216,95,66). Sum of RGB (Red+Green+Blue) = 216+95+66=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F42 is #27A0BD. Grayscale: #808080. Windows color (decimal): -2597054 or 4349912. OLE color: 4349912.
HSL color Cylindrical-coordinate representation of color #D85F42: hue angle of 11.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D85F42 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 66 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.15 |
| HSL | 11.6º | 0.66% | 0.55% | - |
| HSV(B) | 11.6º | 0.69% | 0.85% | - |
| XYZ | 33.39 | 23.18 | 7.87 | - |
| YUV | 127.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 66 | 0 | 0.56 | 0.69 | 0.15 | 11.6 | 0.66 | 0.55 |
| Hex | D8 | 5F | 42 | 0 | 38 | 45 | F | C | 42 | 37 |
| Octal | 330 | 137 | 102 | 0 | 70 | 105 | 17 | 14 | 102 | 67 |
| Binary | 11011000 | 1011111 | 1000010 | 0 | 111000 | 1000101 | 1111 | 1100 | 1000010 | 110111 |
Color Harmonies of #D85F42
Complementary color
Monochromatic Colors of #D85F42
Black with #D85F42
Text Example
Text Example
White with #D85F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F42; }
p { color: rgb(216,95,66); }
H1.HeaderClassName
{
color: #D85F42;
}
.AnyTagClassName
{
color: #D85F42;
}
</style>
background-color css
<style>
a { background-color: #D85F42; }
a { background-color: rgb(216,95,66); }
div.DivClassName
{
background-color: #D85F42;
}
.BgClassName
{
background-color: #D85F42;
}
</style>
border-color css
<style>
span { border-color: #D85F42; }
span { border-color: rgb(216,95,66); }
td.TdClassName
{
border-color: #D85F42;
}
.TagClassName
{
border-color: #D85F42;
}
</style>