Shades of Dark Coral #D65744
Tints of Dark Coral #D65744
RGB
CMYK
RGB Variations
Color information
#D65744 (or 0xD65744) is known color: Dark Coral. HEX triplet: D6, 57 and 44. RGB value is (214,87,68). Sum of RGB (Red+Green+Blue) = 214+87+68=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D65744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65744 is #29A8BB. Grayscale: #7B7B7B. Windows color (decimal): -2730172 or 4478934. OLE color: 4478934.
HSL color Cylindrical-coordinate representation of color #D65744: hue angle of 7.81º 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 #D65744 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 68 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.16 |
| HSL | 7.81º | 0.64% | 0.55% | - |
| HSV(B) | 7.81º | 0.68% | 0.84% | - |
| XYZ | 32.18 | 21.53 | 7.93 | - |
| YUV | 122.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 68 | 0 | 0.59 | 0.68 | 0.16 | 7.81 | 0.64 | 0.55 |
| Hex | D6 | 57 | 44 | 0 | 3B | 44 | 10 | 8 | 40 | 37 |
| Octal | 326 | 127 | 104 | 0 | 73 | 104 | 20 | 10 | 100 | 67 |
| Binary | 11010110 | 1010111 | 1000100 | 0 | 111011 | 1000100 | 10000 | 1000 | 1000000 | 110111 |
Color Harmonies of #D65744
Complementary color
Monochromatic Colors of #D65744
Black with #D65744
Text Example
Text Example
White with #D65744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65744; }
p { color: rgb(214,87,68); }
H1.HeaderClassName
{
color: #D65744;
}
.AnyTagClassName
{
color: #D65744;
}
</style>
background-color css
<style>
a { background-color: #D65744; }
a { background-color: rgb(214,87,68); }
div.DivClassName
{
background-color: #D65744;
}
.BgClassName
{
background-color: #D65744;
}
</style>
border-color css
<style>
span { border-color: #D65744; }
span { border-color: rgb(214,87,68); }
td.TdClassName
{
border-color: #D65744;
}
.TagClassName
{
border-color: #D65744;
}
</style>