Shades of Dark Coral #D66244
Tints of Dark Coral #D66244
RGB
CMYK
RGB Variations
Color information
#D66244 (or 0xD66244) is known color: Dark Coral. HEX triplet: D6, 62 and 44. RGB value is (214,98,68). Sum of RGB (Red+Green+Blue) = 214+98+68=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D66244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66244 is #299DBB. Grayscale: #818181. Windows color (decimal): -2727356 or 4481750. OLE color: 4481750.
HSL color Cylindrical-coordinate representation of color #D66244: hue angle of 12.33º 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 #D66244 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 68 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.16 |
| HSL | 12.33º | 0.64% | 0.55% | - |
| HSV(B) | 12.33º | 0.68% | 0.84% | - |
| XYZ | 33.14 | 23.45 | 8.25 | - |
| YUV | 129.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 68 | 0 | 0.54 | 0.68 | 0.16 | 12.33 | 0.64 | 0.55 |
| Hex | D6 | 62 | 44 | 0 | 36 | 44 | 10 | C | 40 | 37 |
| Octal | 326 | 142 | 104 | 0 | 66 | 104 | 20 | 14 | 100 | 67 |
| Binary | 11010110 | 1100010 | 1000100 | 0 | 110110 | 1000100 | 10000 | 1100 | 1000000 | 110111 |
Color Harmonies of #D66244
Complementary color
Monochromatic Colors of #D66244
Black with #D66244
Text Example
Text Example
White with #D66244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66244; }
p { color: rgb(214,98,68); }
H1.HeaderClassName
{
color: #D66244;
}
.AnyTagClassName
{
color: #D66244;
}
</style>
background-color css
<style>
a { background-color: #D66244; }
a { background-color: rgb(214,98,68); }
div.DivClassName
{
background-color: #D66244;
}
.BgClassName
{
background-color: #D66244;
}
</style>
border-color css
<style>
span { border-color: #D66244; }
span { border-color: rgb(214,98,68); }
td.TdClassName
{
border-color: #D66244;
}
.TagClassName
{
border-color: #D66244;
}
</style>