Shades of Dark Coral #D06449
Tints of Dark Coral #D06449
RGB
CMYK
RGB Variations
Color information
#D06449 (or 0xD06449) is known color: Dark Coral. HEX triplet: D0, 64 and 49. RGB value is (208,100,73). Sum of RGB (Red+Green+Blue) = 208+100+73=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06449 is #2F9BB6. Grayscale: #818181. Windows color (decimal): -3120055 or 4809936. OLE color: 4809936.
HSL color Cylindrical-coordinate representation of color #D06449: hue angle of 12º 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 #D06449 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 73 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.18 |
| HSL | 12º | 0.59% | 0.55% | - |
| HSV(B) | 12º | 0.65% | 0.82% | - |
| XYZ | 31.77 | 23.01 | 9.07 | - |
| YUV | 129.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 73 | 0 | 0.52 | 0.65 | 0.18 | 12 | 0.59 | 0.55 |
| Hex | D0 | 64 | 49 | 0 | 34 | 41 | 12 | C | 3B | 37 |
| Octal | 320 | 144 | 111 | 0 | 64 | 101 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100100 | 1001001 | 0 | 110100 | 1000001 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D06449
Complementary color
Monochromatic Colors of #D06449
Black with #D06449
Text Example
Text Example
White with #D06449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06449; }
p { color: rgb(208,100,73); }
H1.HeaderClassName
{
color: #D06449;
}
.AnyTagClassName
{
color: #D06449;
}
</style>
background-color css
<style>
a { background-color: #D06449; }
a { background-color: rgb(208,100,73); }
div.DivClassName
{
background-color: #D06449;
}
.BgClassName
{
background-color: #D06449;
}
</style>
border-color css
<style>
span { border-color: #D06449; }
span { border-color: rgb(208,100,73); }
td.TdClassName
{
border-color: #D06449;
}
.TagClassName
{
border-color: #D06449;
}
</style>