Shades of Dark Coral #D06146
Tints of Dark Coral #D06146
RGB
CMYK
RGB Variations
Color information
#D06146 (or 0xD06146) is known color: Dark Coral. HEX triplet: D0, 61 and 46. RGB value is (208,97,70). Sum of RGB (Red+Green+Blue) = 208+97+70=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D06146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06146 is #2F9EB9. Grayscale: #7F7F7F. Windows color (decimal): -3120826 or 4612560. OLE color: 4612560.
HSL color Cylindrical-coordinate representation of color #D06146: hue angle of 11.74º 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 #D06146 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 70 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.18 |
| HSL | 11.74º | 0.59% | 0.55% | - |
| HSV(B) | 11.74º | 0.66% | 0.82% | - |
| XYZ | 31.39 | 22.4 | 8.46 | - |
| YUV | 127.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 70 | 0 | 0.53 | 0.66 | 0.18 | 11.74 | 0.59 | 0.55 |
| Hex | D0 | 61 | 46 | 0 | 35 | 42 | 12 | C | 3B | 37 |
| Octal | 320 | 141 | 106 | 0 | 65 | 102 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100001 | 1000110 | 0 | 110101 | 1000010 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D06146
Complementary color
Monochromatic Colors of #D06146
Black with #D06146
Text Example
Text Example
White with #D06146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06146; }
p { color: rgb(208,97,70); }
H1.HeaderClassName
{
color: #D06146;
}
.AnyTagClassName
{
color: #D06146;
}
</style>
background-color css
<style>
a { background-color: #D06146; }
a { background-color: rgb(208,97,70); }
div.DivClassName
{
background-color: #D06146;
}
.BgClassName
{
background-color: #D06146;
}
</style>
border-color css
<style>
span { border-color: #D06146; }
span { border-color: rgb(208,97,70); }
td.TdClassName
{
border-color: #D06146;
}
.TagClassName
{
border-color: #D06146;
}
</style>