Shades of Dark Coral #D06546
Tints of Dark Coral #D06546
RGB
CMYK
RGB Variations
Color information
#D06546 (or 0xD06546) is known color: Dark Coral. HEX triplet: D0, 65 and 46. RGB value is (208,101,70). Sum of RGB (Red+Green+Blue) = 208+101+70=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D06546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06546 is #2F9AB9. Grayscale: #818181. Windows color (decimal): -3119802 or 4613584. OLE color: 4613584.
HSL color Cylindrical-coordinate representation of color #D06546: hue angle of 13.48º 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 #D06546 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 70 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.18 |
| HSL | 13.48º | 0.59% | 0.55% | - |
| HSV(B) | 13.48º | 0.66% | 0.82% | - |
| XYZ | 31.77 | 23.16 | 8.59 | - |
| YUV | 129.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 70 | 0 | 0.51 | 0.66 | 0.18 | 13.48 | 0.59 | 0.55 |
| Hex | D0 | 65 | 46 | 0 | 33 | 42 | 12 | D | 3B | 37 |
| Octal | 320 | 145 | 106 | 0 | 63 | 102 | 22 | 15 | 73 | 67 |
| Binary | 11010000 | 1100101 | 1000110 | 0 | 110011 | 1000010 | 10010 | 1101 | 111011 | 110111 |
Color Harmonies of #D06546
Complementary color
Monochromatic Colors of #D06546
Black with #D06546
Text Example
Text Example
White with #D06546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06546; }
p { color: rgb(208,101,70); }
H1.HeaderClassName
{
color: #D06546;
}
.AnyTagClassName
{
color: #D06546;
}
</style>
background-color css
<style>
a { background-color: #D06546; }
a { background-color: rgb(208,101,70); }
div.DivClassName
{
background-color: #D06546;
}
.BgClassName
{
background-color: #D06546;
}
</style>
border-color css
<style>
span { border-color: #D06546; }
span { border-color: rgb(208,101,70); }
td.TdClassName
{
border-color: #D06546;
}
.TagClassName
{
border-color: #D06546;
}
</style>