Shades of Dark Coral #D06044
Tints of Dark Coral #D06044
RGB
CMYK
RGB Variations
Color information
#D06044 (or 0xD06044) is known color: Dark Coral. HEX triplet: D0, 60 and 44. RGB value is (208,96,68). Sum of RGB (Red+Green+Blue) = 208+96+68=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D06044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06044 is #2F9FBB. Grayscale: #7E7E7E. Windows color (decimal): -3121084 or 4481232. OLE color: 4481232.
HSL color Cylindrical-coordinate representation of color #D06044: hue angle of 12º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D06044 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 68 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.18 |
| HSL | 12º | 0.6% | 0.54% | - |
| HSV(B) | 12º | 0.67% | 0.82% | - |
| XYZ | 31.24 | 22.19 | 8.11 | - |
| YUV | 126.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 68 | 0 | 0.54 | 0.67 | 0.18 | 12 | 0.6 | 0.54 |
| Hex | D0 | 60 | 44 | 0 | 36 | 43 | 12 | C | 3C | 36 |
| Octal | 320 | 140 | 104 | 0 | 66 | 103 | 22 | 14 | 74 | 66 |
| Binary | 11010000 | 1100000 | 1000100 | 0 | 110110 | 1000011 | 10010 | 1100 | 111100 | 110110 |
Color Harmonies of #D06044
Complementary color
Monochromatic Colors of #D06044
Black with #D06044
Text Example
Text Example
White with #D06044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06044; }
p { color: rgb(208,96,68); }
H1.HeaderClassName
{
color: #D06044;
}
.AnyTagClassName
{
color: #D06044;
}
</style>
background-color css
<style>
a { background-color: #D06044; }
a { background-color: rgb(208,96,68); }
div.DivClassName
{
background-color: #D06044;
}
.BgClassName
{
background-color: #D06044;
}
</style>
border-color css
<style>
span { border-color: #D06044; }
span { border-color: rgb(208,96,68); }
td.TdClassName
{
border-color: #D06044;
}
.TagClassName
{
border-color: #D06044;
}
</style>