Shades of Dark Coral #D05846
Tints of Dark Coral #D05846
RGB
CMYK
RGB Variations
Color information
#D05846 (or 0xD05846) is known color: Dark Coral. HEX triplet: D0, 58 and 46. RGB value is (208,88,70). Sum of RGB (Red+Green+Blue) = 208+88+70=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D05846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05846 is #2FA7B9. Grayscale: #7A7A7A. Windows color (decimal): -3123130 or 4610256. OLE color: 4610256.
HSL color Cylindrical-coordinate representation of color #D05846: hue angle of 7.83º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D05846 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 70 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.18 |
| HSL | 7.83º | 0.59% | 0.55% | - |
| HSV(B) | 7.83º | 0.66% | 0.82% | - |
| XYZ | 30.61 | 20.83 | 8.2 | - |
| YUV | 121.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 70 | 0 | 0.58 | 0.66 | 0.18 | 7.83 | 0.59 | 0.55 |
| Hex | D0 | 58 | 46 | 0 | 3A | 42 | 12 | 8 | 3B | 37 |
| Octal | 320 | 130 | 106 | 0 | 72 | 102 | 22 | 10 | 73 | 67 |
| Binary | 11010000 | 1011000 | 1000110 | 0 | 111010 | 1000010 | 10010 | 1000 | 111011 | 110111 |
Color Harmonies of #D05846
Complementary color
Monochromatic Colors of #D05846
Black with #D05846
Text Example
Text Example
White with #D05846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05846; }
p { color: rgb(208,88,70); }
H1.HeaderClassName
{
color: #D05846;
}
.AnyTagClassName
{
color: #D05846;
}
</style>
background-color css
<style>
a { background-color: #D05846; }
a { background-color: rgb(208,88,70); }
div.DivClassName
{
background-color: #D05846;
}
.BgClassName
{
background-color: #D05846;
}
</style>
border-color css
<style>
span { border-color: #D05846; }
span { border-color: rgb(208,88,70); }
td.TdClassName
{
border-color: #D05846;
}
.TagClassName
{
border-color: #D05846;
}
</style>