Shades of Dark Coral #D06348
Tints of Dark Coral #D06348
RGB
CMYK
RGB Variations
Color information
#D06348 (or 0xD06348) is known color: Dark Coral. HEX triplet: D0, 63 and 48. RGB value is (208,99,72). Sum of RGB (Red+Green+Blue) = 208+99+72=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D06348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06348 is #2F9CB7. Grayscale: #808080. Windows color (decimal): -3120312 or 4744144. OLE color: 4744144.
HSL color Cylindrical-coordinate representation of color #D06348: hue angle of 11.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D06348 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 72 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.18 |
| HSL | 11.91º | 0.59% | 0.55% | - |
| HSV(B) | 11.91º | 0.65% | 0.82% | - |
| XYZ | 31.64 | 22.8 | 8.86 | - |
| YUV | 128.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 72 | 0 | 0.52 | 0.65 | 0.18 | 11.91 | 0.59 | 0.55 |
| Hex | D0 | 63 | 48 | 0 | 34 | 41 | 12 | C | 3B | 37 |
| Octal | 320 | 143 | 110 | 0 | 64 | 101 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100011 | 1001000 | 0 | 110100 | 1000001 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D06348
Complementary color
Monochromatic Colors of #D06348
Black with #D06348
Text Example
Text Example
White with #D06348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06348; }
p { color: rgb(208,99,72); }
H1.HeaderClassName
{
color: #D06348;
}
.AnyTagClassName
{
color: #D06348;
}
</style>
background-color css
<style>
a { background-color: #D06348; }
a { background-color: rgb(208,99,72); }
div.DivClassName
{
background-color: #D06348;
}
.BgClassName
{
background-color: #D06348;
}
</style>
border-color css
<style>
span { border-color: #D06348; }
span { border-color: rgb(208,99,72); }
td.TdClassName
{
border-color: #D06348;
}
.TagClassName
{
border-color: #D06348;
}
</style>