Shades of Dark Coral #D06548
Tints of Dark Coral #D06548
RGB
CMYK
RGB Variations
Color information
#D06548 (or 0xD06548) is known color: Dark Coral. HEX triplet: D0, 65 and 48. RGB value is (208,101,72). Sum of RGB (Red+Green+Blue) = 208+101+72=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06548 is #2F9AB7. Grayscale: #818181. Windows color (decimal): -3119800 or 4744656. OLE color: 4744656.
HSL color Cylindrical-coordinate representation of color #D06548: hue angle of 12.79º 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 #D06548 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 72 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.18 |
| HSL | 12.79º | 0.59% | 0.55% | - |
| HSV(B) | 12.79º | 0.65% | 0.82% | - |
| XYZ | 31.84 | 23.19 | 8.93 | - |
| YUV | 129.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 72 | 0 | 0.51 | 0.65 | 0.18 | 12.79 | 0.59 | 0.55 |
| Hex | D0 | 65 | 48 | 0 | 33 | 41 | 12 | D | 3B | 37 |
| Octal | 320 | 145 | 110 | 0 | 63 | 101 | 22 | 15 | 73 | 67 |
| Binary | 11010000 | 1100101 | 1001000 | 0 | 110011 | 1000001 | 10010 | 1101 | 111011 | 110111 |
Color Harmonies of #D06548
Complementary color
Monochromatic Colors of #D06548
Black with #D06548
Text Example
Text Example
White with #D06548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06548; }
p { color: rgb(208,101,72); }
H1.HeaderClassName
{
color: #D06548;
}
.AnyTagClassName
{
color: #D06548;
}
</style>
background-color css
<style>
a { background-color: #D06548; }
a { background-color: rgb(208,101,72); }
div.DivClassName
{
background-color: #D06548;
}
.BgClassName
{
background-color: #D06548;
}
</style>
border-color css
<style>
span { border-color: #D06548; }
span { border-color: rgb(208,101,72); }
td.TdClassName
{
border-color: #D06548;
}
.TagClassName
{
border-color: #D06548;
}
</style>