Shades of Dark Coral #D06347
Tints of Dark Coral #D06347
RGB
CMYK
RGB Variations
Color information
#D06347 (or 0xD06347) is known color: Dark Coral. HEX triplet: D0, 63 and 47. RGB value is (208,99,71). Sum of RGB (Red+Green+Blue) = 208+99+71=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06347 is #2F9CB8. Grayscale: #808080. Windows color (decimal): -3120313 or 4678608. OLE color: 4678608.
HSL color Cylindrical-coordinate representation of color #D06347: hue angle of 12.26º 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 #D06347 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 71 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.18 |
| HSL | 12.26º | 0.59% | 0.55% | - |
| HSV(B) | 12.26º | 0.66% | 0.82% | - |
| XYZ | 31.61 | 22.79 | 8.69 | - |
| YUV | 128.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 71 | 0 | 0.52 | 0.66 | 0.18 | 12.26 | 0.59 | 0.55 |
| Hex | D0 | 63 | 47 | 0 | 34 | 42 | 12 | C | 3B | 37 |
| Octal | 320 | 143 | 107 | 0 | 64 | 102 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100011 | 1000111 | 0 | 110100 | 1000010 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D06347
Complementary color
Monochromatic Colors of #D06347
Black with #D06347
Text Example
Text Example
White with #D06347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06347; }
p { color: rgb(208,99,71); }
H1.HeaderClassName
{
color: #D06347;
}
.AnyTagClassName
{
color: #D06347;
}
</style>
background-color css
<style>
a { background-color: #D06347; }
a { background-color: rgb(208,99,71); }
div.DivClassName
{
background-color: #D06347;
}
.BgClassName
{
background-color: #D06347;
}
</style>
border-color css
<style>
span { border-color: #D06347; }
span { border-color: rgb(208,99,71); }
td.TdClassName
{
border-color: #D06347;
}
.TagClassName
{
border-color: #D06347;
}
</style>