Shades of Dark Coral #D65643
Tints of Dark Coral #D65643
RGB
CMYK
RGB Variations
Color information
#D65643 (or 0xD65643) is known color: Dark Coral. HEX triplet: D6, 56 and 43. RGB value is (214,86,67). Sum of RGB (Red+Green+Blue) = 214+86+67=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65643 is #29A9BC. Grayscale: #7A7A7A. Windows color (decimal): -2730429 or 4413142. OLE color: 4413142.
HSL color Cylindrical-coordinate representation of color #D65643: hue angle of 7.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65643 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 67 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.16 |
| HSL | 7.76º | 0.64% | 0.55% | - |
| HSV(B) | 7.76º | 0.69% | 0.84% | - |
| XYZ | 32.07 | 21.36 | 7.74 | - |
| YUV | 122.11 | 96.91 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 67 | 0 | 0.60 | 0.69 | 0.16 | 7.76 | 0.64 | 0.55 |
| Hex | D6 | 56 | 43 | 0 | 3C | 45 | 10 | 8 | 40 | 37 |
| Octal | 326 | 126 | 103 | 0 | 74 | 105 | 20 | 10 | 100 | 67 |
| Binary | 11010110 | 1010110 | 1000011 | 0 | 111100 | 1000101 | 10000 | 1000 | 1000000 | 110111 |
Color Harmonies of #D65643
Complementary color
Monochromatic Colors of #D65643
Black with #D65643
Text Example
Text Example
White with #D65643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65643; }
p { color: rgb(214,86,67); }
H1.HeaderClassName
{
color: #D65643;
}
.AnyTagClassName
{
color: #D65643;
}
</style>
background-color css
<style>
a { background-color: #D65643; }
a { background-color: rgb(214,86,67); }
div.DivClassName
{
background-color: #D65643;
}
.BgClassName
{
background-color: #D65643;
}
</style>
border-color css
<style>
span { border-color: #D65643; }
span { border-color: rgb(214,86,67); }
td.TdClassName
{
border-color: #D65643;
}
.TagClassName
{
border-color: #D65643;
}
</style>