Shades of Dark Coral #D65946
Tints of Dark Coral #D65946
RGB
CMYK
RGB Variations
Color information
#D65946 (or 0xD65946) is known color: Dark Coral. HEX triplet: D6, 59 and 46. RGB value is (214,89,70). Sum of RGB (Red+Green+Blue) = 214+89+70=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D65946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65946 is #29A6B9. Grayscale: #7C7C7C. Windows color (decimal): -2729658 or 4610518. OLE color: 4610518.
HSL color Cylindrical-coordinate representation of color #D65946: hue angle of 7.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65946 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 70 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.16 |
| HSL | 7.92º | 0.64% | 0.56% | - |
| HSV(B) | 7.92º | 0.67% | 0.84% | - |
| XYZ | 32.41 | 21.88 | 8.31 | - |
| YUV | 124.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 70 | 0 | 0.58 | 0.67 | 0.16 | 7.92 | 0.64 | 0.56 |
| Hex | D6 | 59 | 46 | 0 | 3A | 43 | 10 | 8 | 40 | 38 |
| Octal | 326 | 131 | 106 | 0 | 72 | 103 | 20 | 10 | 100 | 70 |
| Binary | 11010110 | 1011001 | 1000110 | 0 | 111010 | 1000011 | 10000 | 1000 | 1000000 | 111000 |
Color Harmonies of #D65946
Complementary color
Monochromatic Colors of #D65946
Black with #D65946
Text Example
Text Example
White with #D65946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65946; }
p { color: rgb(214,89,70); }
H1.HeaderClassName
{
color: #D65946;
}
.AnyTagClassName
{
color: #D65946;
}
</style>
background-color css
<style>
a { background-color: #D65946; }
a { background-color: rgb(214,89,70); }
div.DivClassName
{
background-color: #D65946;
}
.BgClassName
{
background-color: #D65946;
}
</style>
border-color css
<style>
span { border-color: #D65946; }
span { border-color: rgb(214,89,70); }
td.TdClassName
{
border-color: #D65946;
}
.TagClassName
{
border-color: #D65946;
}
</style>