Shades of Dark Coral #D66144
Tints of Dark Coral #D66144
RGB
CMYK
RGB Variations
Color information
#D66144 (or 0xD66144) is known color: Dark Coral. HEX triplet: D6, 61 and 44. RGB value is (214,97,68). Sum of RGB (Red+Green+Blue) = 214+97+68=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D66144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66144 is #299EBB. Grayscale: #808080. Windows color (decimal): -2727612 or 4481494. OLE color: 4481494.
HSL color Cylindrical-coordinate representation of color #D66144: hue angle of 11.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D66144 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 68 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.16 |
| HSL | 11.92º | 0.64% | 0.55% | - |
| HSV(B) | 11.92º | 0.68% | 0.84% | - |
| XYZ | 33.05 | 23.26 | 8.22 | - |
| YUV | 128.68 | 93.76 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 68 | 0 | 0.55 | 0.68 | 0.16 | 11.92 | 0.64 | 0.55 |
| Hex | D6 | 61 | 44 | 0 | 37 | 44 | 10 | C | 40 | 37 |
| Octal | 326 | 141 | 104 | 0 | 67 | 104 | 20 | 14 | 100 | 67 |
| Binary | 11010110 | 1100001 | 1000100 | 0 | 110111 | 1000100 | 10000 | 1100 | 1000000 | 110111 |
Color Harmonies of #D66144
Complementary color
Monochromatic Colors of #D66144
Black with #D66144
Text Example
Text Example
White with #D66144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66144; }
p { color: rgb(214,97,68); }
H1.HeaderClassName
{
color: #D66144;
}
.AnyTagClassName
{
color: #D66144;
}
</style>
background-color css
<style>
a { background-color: #D66144; }
a { background-color: rgb(214,97,68); }
div.DivClassName
{
background-color: #D66144;
}
.BgClassName
{
background-color: #D66144;
}
</style>
border-color css
<style>
span { border-color: #D66144; }
span { border-color: rgb(214,97,68); }
td.TdClassName
{
border-color: #D66144;
}
.TagClassName
{
border-color: #D66144;
}
</style>