Shades of Dark Coral #D06346
Tints of Dark Coral #D06346
RGB
CMYK
RGB Variations
Color information
#D06346 (or 0xD06346) is known color: Dark Coral. HEX triplet: D0, 63 and 46. RGB value is (208,99,70). Sum of RGB (Red+Green+Blue) = 208+99+70=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D06346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06346 is #2F9CB9. Grayscale: #808080. Windows color (decimal): -3120314 or 4613072. OLE color: 4613072.
HSL color Cylindrical-coordinate representation of color #D06346: hue angle of 12.61º 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 #D06346 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 70 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.18 |
| HSL | 12.61º | 0.59% | 0.55% | - |
| HSV(B) | 12.61º | 0.66% | 0.82% | - |
| XYZ | 31.58 | 22.78 | 8.53 | - |
| YUV | 128.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 70 | 0 | 0.52 | 0.66 | 0.18 | 12.61 | 0.59 | 0.55 |
| Hex | D0 | 63 | 46 | 0 | 34 | 42 | 12 | D | 3B | 37 |
| Octal | 320 | 143 | 106 | 0 | 64 | 102 | 22 | 15 | 73 | 67 |
| Binary | 11010000 | 1100011 | 1000110 | 0 | 110100 | 1000010 | 10010 | 1101 | 111011 | 110111 |
Color Harmonies of #D06346
Complementary color
Monochromatic Colors of #D06346
Black with #D06346
Text Example
Text Example
White with #D06346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06346; }
p { color: rgb(208,99,70); }
H1.HeaderClassName
{
color: #D06346;
}
.AnyTagClassName
{
color: #D06346;
}
</style>
background-color css
<style>
a { background-color: #D06346; }
a { background-color: rgb(208,99,70); }
div.DivClassName
{
background-color: #D06346;
}
.BgClassName
{
background-color: #D06346;
}
</style>
border-color css
<style>
span { border-color: #D06346; }
span { border-color: rgb(208,99,70); }
td.TdClassName
{
border-color: #D06346;
}
.TagClassName
{
border-color: #D06346;
}
</style>