Shades of Dark Coral #D65A40
Tints of Dark Coral #D65A40
RGB
CMYK
RGB Variations
Color information
#D65A40 (or 0xD65A40) is known color: Dark Coral. HEX triplet: D6, 5A and 40. RGB value is (214,90,64). Sum of RGB (Red+Green+Blue) = 214+90+64=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A40 is #29A5BF. Grayscale: #7C7C7C. Windows color (decimal): -2729408 or 4217558. OLE color: 4217558.
HSL color Cylindrical-coordinate representation of color #D65A40: hue angle of 10.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D65A40 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 64 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.16 |
| HSL | 10.4º | 0.65% | 0.55% | - |
| HSV(B) | 10.4º | 0.7% | 0.84% | - |
| XYZ | 32.31 | 21.98 | 7.39 | - |
| YUV | 124.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 64 | 0 | 0.58 | 0.70 | 0.16 | 10.4 | 0.65 | 0.55 |
| Hex | D6 | 5A | 40 | 0 | 3A | 46 | 10 | A | 41 | 37 |
| Octal | 326 | 132 | 100 | 0 | 72 | 106 | 20 | 12 | 101 | 67 |
| Binary | 11010110 | 1011010 | 1000000 | 0 | 111010 | 1000110 | 10000 | 1010 | 1000001 | 110111 |
Color Harmonies of #D65A40
Complementary color
Monochromatic Colors of #D65A40
Black with #D65A40
Text Example
Text Example
White with #D65A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A40; }
p { color: rgb(214,90,64); }
H1.HeaderClassName
{
color: #D65A40;
}
.AnyTagClassName
{
color: #D65A40;
}
</style>
background-color css
<style>
a { background-color: #D65A40; }
a { background-color: rgb(214,90,64); }
div.DivClassName
{
background-color: #D65A40;
}
.BgClassName
{
background-color: #D65A40;
}
</style>
border-color css
<style>
span { border-color: #D65A40; }
span { border-color: rgb(214,90,64); }
td.TdClassName
{
border-color: #D65A40;
}
.TagClassName
{
border-color: #D65A40;
}
</style>