Shades of Dark Coral #D06246
Tints of Dark Coral #D06246
RGB
CMYK
RGB Variations
Color information
#D06246 (or 0xD06246) is known color: Dark Coral. HEX triplet: D0, 62 and 46. RGB value is (208,98,70). Sum of RGB (Red+Green+Blue) = 208+98+70=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06246 is #2F9DB9. Grayscale: #7F7F7F. Windows color (decimal): -3120570 or 4612816. OLE color: 4612816.
HSL color Cylindrical-coordinate representation of color #D06246: hue angle of 12.17º 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 #D06246 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 70 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.18 |
| HSL | 12.17º | 0.59% | 0.55% | - |
| HSV(B) | 12.17º | 0.66% | 0.82% | - |
| XYZ | 31.49 | 22.59 | 8.49 | - |
| YUV | 127.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 70 | 0 | 0.53 | 0.66 | 0.18 | 12.17 | 0.59 | 0.55 |
| Hex | D0 | 62 | 46 | 0 | 35 | 42 | 12 | C | 3B | 37 |
| Octal | 320 | 142 | 106 | 0 | 65 | 102 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100010 | 1000110 | 0 | 110101 | 1000010 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D06246
Complementary color
Monochromatic Colors of #D06246
Black with #D06246
Text Example
Text Example
White with #D06246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06246; }
p { color: rgb(208,98,70); }
H1.HeaderClassName
{
color: #D06246;
}
.AnyTagClassName
{
color: #D06246;
}
</style>
background-color css
<style>
a { background-color: #D06246; }
a { background-color: rgb(208,98,70); }
div.DivClassName
{
background-color: #D06246;
}
.BgClassName
{
background-color: #D06246;
}
</style>
border-color css
<style>
span { border-color: #D06246; }
span { border-color: rgb(208,98,70); }
td.TdClassName
{
border-color: #D06246;
}
.TagClassName
{
border-color: #D06246;
}
</style>